Move gettext files to 'po/guix'.

* po: Rename to...
* po/guix: ... this.
* po/guix/Makevars (subdir, top_builddir): Adjust accordingly.
* configure.ac: Change 'po/Makefile.in' to 'po/guix/Makefile.in'.
* Makefile.am (SUBDIRS): Change 'po' to 'po/guix'.
This commit is contained in:
Ludovic Courtès 2014-06-13 16:15:18 +02:00
parent 9d0b8fbd78
commit ef1a9bb7d6
10 changed files with 21 additions and 19 deletions

32
.gitignore vendored
View File

@ -22,21 +22,23 @@ config.cache
/m4/nls.m4 /m4/nls.m4
/m4/po.m4 /m4/po.m4
/m4/progtest.m4 /m4/progtest.m4
/po/ChangeLog /po/guix/ChangeLog
/po/Makefile.in.in /po/guix/Makefile.in.in
/po/Makevars.template /po/guix/Makevars.template
/po/POTFILES /po/guix/POTFILES
/po/Rules-quot /po/guix/Rules-quot
/po/boldquot.sed /po/guix/boldquot.sed
/po/en@boldquot.header /po/guix/en@boldquot.*
/po/en@quot.header /po/guix/en@quot.*
/po/insert-header.sin /po/guix/insert-header.sin
/po/quot.sed /po/guix/*.insert-header
/po/remove-potcdate.sin /po/guix/quot.sed
/po/stamp-po /po/guix/remove-potcdate.sed
/po/guix.pot /po/guix/remove-potcdate.sin
/po/*.mo /po/guix/stamp-po
/po/*.gmo /po/guix/guix.pot
/po/guix/*.mo
/po/guix/*.gmo
/tests/*.trs /tests/*.trs
/INSTALL /INSTALL
/m4/* /m4/*

View File

@ -246,7 +246,7 @@ SUFFIXES = .go
guix_install_go_files = install-nobase_nodist_guilemoduleDATA guix_install_go_files = install-nobase_nodist_guilemoduleDATA
$(guix_install_go_files): install-nobase_dist_guilemoduleDATA $(guix_install_go_files): install-nobase_dist_guilemoduleDATA
SUBDIRS = po SUBDIRS = po/guix
include doc.am include doc.am

View File

@ -166,7 +166,7 @@ dnl See `HACKING' for more info.
AM_MISSING_PROG([DOT], [dot]) AM_MISSING_PROG([DOT], [dot])
AC_CONFIG_FILES([Makefile AC_CONFIG_FILES([Makefile
po/Makefile.in po/guix/Makefile.in
guix/config.scm]) guix/config.scm])
AC_CONFIG_FILES([scripts/guix], [chmod +x scripts/guix]) AC_CONFIG_FILES([scripts/guix], [chmod +x scripts/guix])

View File

@ -2,8 +2,8 @@
DOMAIN = $(PACKAGE) DOMAIN = $(PACKAGE)
subdir = po subdir = po/guix
top_builddir = .. top_builddir = ../..
# These options get passed to xgettext. We want to catch standard # These options get passed to xgettext. We want to catch standard
# gettext uses, package synopses and descriptions, and SRFI-35 error # gettext uses, package synopses and descriptions, and SRFI-35 error