Move gettext files to 'po/guix'.
authorLudovic Courtès <ludo@gnu.org>
Fri, 13 Jun 2014 14:15:18 +0000 (16:15 +0200)
committerLudovic Courtès <ludo@gnu.org>
Fri, 13 Jun 2014 14:31:18 +0000 (16:31 +0200)
* 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'.

.gitignore
Makefile.am
configure.ac
po/guix/LINGUAS [moved from po/LINGUAS with 100% similarity]
po/guix/Makevars [moved from po/Makevars with 93% similarity]
po/guix/POTFILES.in [moved from po/POTFILES.in with 100% similarity]
po/guix/eo.po [moved from po/eo.po with 100% similarity]
po/guix/pt_BR.po [moved from po/pt_BR.po with 100% similarity]
po/guix/sr.po [moved from po/sr.po with 100% similarity]
po/guix/vi.po [moved from po/vi.po with 100% similarity]

index 7cc6751..7557735 100644 (file)
@@ -22,21 +22,23 @@ config.cache
 /m4/nls.m4
 /m4/po.m4
 /m4/progtest.m4
-/po/ChangeLog
-/po/Makefile.in.in
-/po/Makevars.template
-/po/POTFILES
-/po/Rules-quot
-/po/boldquot.sed
-/po/en@boldquot.header
-/po/en@quot.header
-/po/insert-header.sin
-/po/quot.sed
-/po/remove-potcdate.sin
-/po/stamp-po
-/po/guix.pot
-/po/*.mo
-/po/*.gmo
+/po/guix/ChangeLog
+/po/guix/Makefile.in.in
+/po/guix/Makevars.template
+/po/guix/POTFILES
+/po/guix/Rules-quot
+/po/guix/boldquot.sed
+/po/guix/en@boldquot.*
+/po/guix/en@quot.*
+/po/guix/insert-header.sin
+/po/guix/*.insert-header
+/po/guix/quot.sed
+/po/guix/remove-potcdate.sed
+/po/guix/remove-potcdate.sin
+/po/guix/stamp-po
+/po/guix/guix.pot
+/po/guix/*.mo
+/po/guix/*.gmo
 /tests/*.trs
 /INSTALL
 /m4/*
index 84f8eb1..6c63c96 100644 (file)
@@ -246,7 +246,7 @@ SUFFIXES = .go
 guix_install_go_files = install-nobase_nodist_guilemoduleDATA
 $(guix_install_go_files): install-nobase_dist_guilemoduleDATA
 
-SUBDIRS = po
+SUBDIRS = po/guix
 
 include doc.am
 
index d652117..398d8fc 100644 (file)
@@ -166,7 +166,7 @@ dnl See `HACKING' for more info.
 AM_MISSING_PROG([DOT], [dot])
 
 AC_CONFIG_FILES([Makefile
-                 po/Makefile.in
+                 po/guix/Makefile.in
                 guix/config.scm])
 
 AC_CONFIG_FILES([scripts/guix], [chmod +x scripts/guix])
similarity index 100%
rename from po/LINGUAS
rename to po/guix/LINGUAS
similarity index 93%
rename from po/Makevars
rename to po/guix/Makevars
index d45ea4b..3f85141 100644 (file)
@@ -2,8 +2,8 @@
 
 DOMAIN = $(PACKAGE)
 
-subdir = po
-top_builddir = ..
+subdir = po/guix
+top_builddir = ../..
 
 # These options get passed to xgettext.  We want to catch standard
 # gettext uses, package synopses and descriptions, and SRFI-35 error
similarity index 100%
rename from po/POTFILES.in
rename to po/guix/POTFILES.in
similarity index 100%
rename from po/eo.po
rename to po/guix/eo.po
similarity index 100%
rename from po/pt_BR.po
rename to po/guix/pt_BR.po
similarity index 100%
rename from po/sr.po
rename to po/guix/sr.po
similarity index 100%
rename from po/vi.po
rename to po/guix/vi.po