]> git.saurik.com Git - bison.git/commitdiff
Update POTFILES.
authorJoel E. Denny <jdenny@clemson.edu>
Fri, 5 Feb 2010 02:07:07 +0000 (21:07 -0500)
committerJoel E. Denny <jdenny@clemson.edu>
Fri, 5 Feb 2010 02:20:48 +0000 (21:20 -0500)
* HACKING (Release Procedure): Add reminder about keeping
POTFILES files up-to-date.
* po/POTFILES.in (src/muscle-tab.c, src/scan-skel.l): Add.
(cherry picked from commit 9398411bfc774e7d5c46c77039d8ea72f8185a7d)

ChangeLog
HACKING
po/POTFILES.in

index 8d99795df143ca34a15cac691a4d31a3bab45810..d3ea6608285804424f4ebd81c848f1a80e7e8764 100644 (file)
--- 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@clemson.edu>
 
        Code cleanup.
diff --git a/HACKING b/HACKING
index 680ca999b1a861478061deffd87f579fdd9b4ec3..e96bd3cd3b86527092fedb23dff0dd0ccef540bb 100644 (file)
--- a/HACKING
+++ b/HACKING
@@ -200,8 +200,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.
index d39ca4c7cf4b7a26570033d07bca1b93dd605c4d..59f7701cd77624a9fbdea1a3b1ed403cde420055 100644 (file)
@@ -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