diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-06-29 22:22:48 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-06-29 22:38:22 +0200 |
commit | f68b089361ba768f1a9398225040af3e9faafbf3 (patch) | |
tree | 7a6afbfc672ea33fb7e278e1c758ab1b080ef182 /.gitignore | |
parent | 64fddd74f0f1bb154149fcd8e6369a1be323c1d3 (diff) | |
download | patches-f68b089361ba768f1a9398225040af3e9faafbf3.tar patches-f68b089361ba768f1a9398225040af3e9faafbf3.tar.gz |
Gettextize, with GNU Gettext 0.18.1.
* Makefile.am (EXTRA_DIST): Add `build-aux/config.rpath'.
(SUBDIRS, ACLOCAL_AMFLAGS): New variables.
* configure.ac: Use `AM_GNU_GETTEXT'. Emit `po/Makefile.in'.
* po/Makevars, po/POTFILES.in: New files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a0331bcc5d..c6d6ad909b 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,25 @@ Makefile config.cache /aclocal.m4 /config.status +/ABOUT-NLS +/m4/ChangeLog +/m4/gettext.m4 +/m4/iconv.m4 +/m4/lib-ld.m4 +/m4/lib-link.m4 +/m4/lib-prefix.m4 +/m4/nls.m4 +/m4/po.m4 +/m4/progtest.m4 +/po/ChangeLog +/po/Makefile.in.in +/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 |