M .gitignore => .gitignore +17 -15
@@ 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/*
M Makefile.am => Makefile.am +1 -1
@@ 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
M configure.ac => configure.ac +1 -1
@@ 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])
R po/LINGUAS => po/guix/LINGUAS +0 -0
R po/Makevars => po/guix/Makevars +2 -2
@@ 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
R po/POTFILES.in => po/guix/POTFILES.in +0 -0
R po/eo.po => po/guix/eo.po +0 -0
R po/pt_BR.po => po/guix/pt_BR.po +0 -0
R po/sr.po => po/guix/sr.po +0 -0
R po/vi.po => po/guix/vi.po +0 -0