diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-10-01 23:35:37 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-10-01 23:35:37 +0000 |
commit | 0e2f006a23874bfc9f419e030c58670ea5d97627 (patch) | |
tree | a239aff03f00a33ed1cd2be4cc75d03735e2348c /po | |
parent | e3ddc1e355923e9565e1ef66230389c7aa2954a3 (diff) | |
download | bison-0e2f006a23874bfc9f419e030c58670ea5d97627.tar.gz |
Fix problems with translating English-language diagnostics.
* bootstrap: Fix bug introduced in recent bootstrap changes, with
respect to bison-runtime pot generation. The YY_ stuff
wasn't being captured.
* bootstrap.conf (XGETTEXT_OPTIONS_RUNTIME): New var.
* po/POTFILES.in: Add src/location.c, src/scan-code.l.
* runtime-po/POTFILES.in: Add data/push.c.
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 52f9d488..d39ca4c7 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -3,11 +3,13 @@ src/conflicts.c src/files.c src/getargs.c src/gram.c +src/location.c src/main.c src/parse-gram.y src/print.c src/reader.c src/reduce.c +src/scan-code.l src/scan-gram.l src/symlist.c src/symtab.c |