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 9398411bfc)
This commit is contained in:
Joel E. Denny
2010-02-04 21:07:07 -05:00
parent 0ee1af2ed5
commit d67e37a74b
3 changed files with 14 additions and 2 deletions

View File

@@ -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> 2010-02-01 Joel E. Denny <jdenny@clemson.edu>
Code cleanup. Code cleanup.

View File

@@ -200,8 +200,11 @@ release:
* Release Procedure * Release Procedure
** Try to get the *.pot files to the Translation Project at least one week ** Try to get the *.pot files to the Translation Project at least one
before a stable release, to give them time to translate them. 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 ** Tests
See above. See above.

View File

@@ -5,12 +5,14 @@ src/getargs.c
src/gram.c src/gram.c
src/location.c src/location.c
src/main.c src/main.c
src/muscle-tab.c
src/parse-gram.y src/parse-gram.y
src/print.c src/print.c
src/reader.c src/reader.c
src/reduce.c src/reduce.c
src/scan-code.l src/scan-code.l
src/scan-gram.l src/scan-gram.l
src/scan-skel.l
src/symlist.c src/symlist.c
src/symtab.c src/symtab.c