error
extensions
getopt
+gettext
hard-locale
hash
malloc
wget -nv -nd -r -l 1 -A .po -C off \
http://www.iro.umontreal.ca/translation/maint/$package/ &&
ls *.po | sed 's/\.po$//' >LINGUAS
- ) || exit;;
+ ) || exit
+
+ case $package in
+ bison)
+ echo "$0: getting translations into po (please ignore the robots.txt ERROR 404)..."
+ (cd runtime-po &&
+ rm -f dummy `ls | sed -n '/\.gmo$/p; /\.po$/p'` &&
+ wget -nv -nd -r -l 1 -A .po -C off \
+ http://www.iro.umontreal.ca/translation/maint/$package-runtime/ &&
+ ls *.po | sed 's/\.po$//' >LINGUAS
+ ) || exit
+ esac;;
esac
echo $0: rm -fr $intl_files_to_remove ...
rm -fr $intl_files_to_remove || exit
-# Patch what appears to be a bug in gettext 0.14.1;
-# remove this once the bug is fixed.
-grep @top_builddir@ po/Makefile.in.in >/dev/null || {
- echo "$0: prepending 'top_builddir=@top_builddir@' to po/Makefile.in.in ... "
- old_contents=`cat po/Makefile.in.in` || exit
- cat >po/Makefile.in.in <<EOF
-top_builddir=@top_builddir@
-$old_contents
-EOF
-}
-
# Put bug-reporting address into po/Makevars.
echo "$0: sed '/^MSGID_BUGS_ADDRESS *=/s/=.*/= bug-bison@gnu.org/' po/Makevars.template >po/Makevars ..."
sed '/^MSGID_BUGS_ADDRESS *=/s/=.*/= bug-bison@gnu.org/' po/Makevars.template >po/Makevars
+# Likewise for runtime-po/Makevars, except also change a few other parameters.
+sed '
+ s/^\(DOMAIN\) *=.*/\1 = bison-runtime/
+ s/^\(subdir\) *=.*/\1 = runtime-po/
+ s/^\(XGETTEXT_OPTIONS\) *=.*/\1 = --keyword=YY_/
+' <po/Makevars >runtime-po/Makevars
+
+# Copy identical files from po to runtime-po.
+(cd po && cp -p Makefile.in.in *-quot *.header *.sed *.sin ../runtime-po)
# if src/parse-gram.[ch] are out of date, rebuild them.
parse_gram_y=`find src/parse-gram.y \