summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny@clemson.edu>2010-02-04 21:07:07 -0500
committerJoel E. Denny <jdenny@clemson.edu>2010-02-04 21:07:07 -0500
commit9398411bfc774e7d5c46c77039d8ea72f8185a7d (patch)
treedc64769386288357891d8ab0f1ba8c676bc0c1d0
parentd093cf8cbd50c8fa888640b8487e3f517063aa28 (diff)
downloadbison-9398411bfc774e7d5c46c77039d8ea72f8185a7d.tar.gz
Update POTFILES.
* HACKING (Release Procedure): Add reminder about keeping POTFILES files up-to-date. * po/POTFILES.in (src/muscle_tab.c, src/scan-skel.l): Add.
-rw-r--r--ChangeLog7
-rw-r--r--HACKING7
-rw-r--r--po/POTFILES.in2
3 files changed, 14 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b54880be..b9fb00a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-02-04 Joel E. Denny <jdenny@ces.clemson.edu>
+
+ Update POTFILES.
+ * HACKING (Release Procedure): Add reminder about keeping
+ POTFILES files up-to-date.
+ * po/POTFILES.in (src/muscle_tab.c, src/scan-skel.l): Add.
+
2010-02-01 Joel E. Denny <jdenny@ces.clemson.edu>
tests: link lib/libbison.a for gnulib.
diff --git a/HACKING b/HACKING
index be2e24be..799de083 100644
--- a/HACKING
+++ b/HACKING
@@ -197,8 +197,11 @@ release:
* Release Procedure
-** Try to get the *.pot files to the Translation Project at least one week
-before a stable release, to give them time to translate them.
+** Try to get the *.pot files to the Translation Project at least one
+week before a stable release, to give them time to translate them.
+Before generating the *.pot files, make sure that po/POTFILES.in and
+runtime-po/POTFILES.in list all files with translatable strings.
+This helps: grep -l '\<_(' *
** Tests
See above.
diff --git a/po/POTFILES.in b/po/POTFILES.in
index d39ca4c7..5d6a216b 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -5,12 +5,14 @@ src/getargs.c
src/gram.c
src/location.c
src/main.c
+src/muscle_tab.c
src/parse-gram.y
src/print.c
src/reader.c
src/reduce.c
src/scan-code.l
src/scan-gram.l
+src/scan-skel.l
src/symlist.c
src/symtab.c