From: Joel E. Denny Date: Fri, 5 Feb 2010 02:07:07 +0000 (-0500) Subject: Update POTFILES. X-Git-Tag: v2.7.90~716 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/e32050b0c73c9ea7be5aee0de5a0e7f15ec3538f?hp=efc4ed4a0f21e50cbe454ea407b9c109f6c638a1 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. (cherry picked from commit 9398411bfc774e7d5c46c77039d8ea72f8185a7d) --- diff --git a/ChangeLog b/ChangeLog index 5f51f202..bca61fc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-02-04 Joel E. Denny + + 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 Code cleanup. diff --git a/HACKING b/HACKING index f16d4f60..d2ec73cb 100644 --- a/HACKING +++ b/HACKING @@ -203,8 +203,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..59f7701c 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