diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-06-13 16:15:18 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-06-13 16:31:18 +0200 |
commit | ef1a9bb7d6fd64f05607042fdb266ee974d16e26 (patch) | |
tree | 229bd6c38546048598a9b1be4df26d1841eb3f59 /.gitignore | |
parent | 9d0b8fbd78552e44dcd0a7ee9933ea1e3709b07a (diff) | |
download | patches-ef1a9bb7d6fd64f05607042fdb266ee974d16e26.tar patches-ef1a9bb7d6fd64f05607042fdb266ee974d16e26.tar.gz |
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'.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/.gitignore b/.gitignore index 7cc6751c7e..755773567c 100644 --- a/.gitignore +++ b/.gitignore @@ -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/* |