summaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-10-01 23:35:37 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-10-01 23:35:37 +0000
commit0e2f006a23874bfc9f419e030c58670ea5d97627 (patch)
treea239aff03f00a33ed1cd2be4cc75d03735e2348c /bootstrap.conf
parente3ddc1e355923e9565e1ef66230389c7aa2954a3 (diff)
downloadbison-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 'bootstrap.conf')
-rw-r--r--bootstrap.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index f4b02b1c..aff3c023 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -40,6 +40,9 @@ XGETTEXT_OPTIONS=$XGETTEXT_OPTIONS'\\\
--flag=warn:1:c-format --flag=warn_at:2:c-format\\\
--flag=unexpected_end:2:c-format\\\
'
+XGETTEXT_OPTIONS_RUNTIME=$XGETTEXT_OPTIONS'\\\
+ --keyword=YY_ \\\
+'
# Gettext supplies these files, but we don't need them since
# we don't have an intl subdirectory.