diff options
author | Joel E. Denny <joeldenny@joeldenny.org> | 2010-07-25 15:53:18 -0400 |
---|---|---|
committer | Joel E. Denny <joeldenny@joeldenny.org> | 2010-07-25 19:50:03 -0400 |
commit | 83e34842c145c9c8b43099d317cca117aba5b815 (patch) | |
tree | a2bf184607f588fd29227e7bb9afc9d923cd7eb4 /runtime-po | |
parent | 0162a44c310abf3a21da53718c014fc7ce119f72 (diff) | |
download | bison-83e34842c145c9c8b43099d317cca117aba5b815.tar.gz |
maint: use announce-gen's new --mail-headers.
* HACKING (Announce): Update instructions.
* cfg.mk (announcement_Cc_): Define.
* configure.ac (AM_GNU_GETTEXT_VERSION): Update to 0.18 as
required by latest gnulib.
* gnulib: Update to latest.
(cherry picked from commit e5655564583f2f704dd85d6f602f5fcd86f87467)
Diffstat (limited to 'runtime-po')
-rw-r--r-- | runtime-po/.cvsignore | 2 | ||||
-rw-r--r-- | runtime-po/.gitignore | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/runtime-po/.cvsignore b/runtime-po/.cvsignore index aad7a480..db53cdef 100644 --- a/runtime-po/.cvsignore +++ b/runtime-po/.cvsignore @@ -7,12 +7,14 @@ Makefile Makefile.in Makefile.in.in Makevars +Makevars.template POTFILES Rules-quot bison-runtime.pot boldquot.sed en@boldquot.header en@quot.header +insert-header.sed insert-header.sin quot.sed remove-potcdate.sed diff --git a/runtime-po/.gitignore b/runtime-po/.gitignore index 1ab77bf8..44ff8963 100644 --- a/runtime-po/.gitignore +++ b/runtime-po/.gitignore @@ -7,12 +7,14 @@ /Makefile.in /Makefile.in.in /Makevars +/Makevars.template /POTFILES /Rules-quot /bison-runtime.pot /boldquot.sed /en@boldquot.header /en@quot.header +/insert-header.sed /insert-header.sin /quot.sed /remove-potcdate.sed |