From c07f48dc16461e60ecfe62b8c95dfdec8d6a9cba Mon Sep 17 00:00:00 2001 From: Will Estes Date: Tue, 20 May 2003 20:09:14 +0000 Subject: [PATCH] upgrade gettext to 0.12; this allows running make pdf and make ps to be successful --- configure.in | 2 +- po/.cvsignore | 2 ++ po/Makevars | 16 ++++++++++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index d8a43c0..ba232d6 100644 --- a/configure.in +++ b/configure.in @@ -32,7 +32,7 @@ AC_CONFIG_HEADER(config.h:conf.in) dnl checks for programs AM_GNU_GETTEXT([external]) -AM_GNU_GETTEXT_VERSION(0.11.5) +AM_GNU_GETTEXT_VERSION(0.12) AC_PROG_YACC AM_PROG_LEX diff --git a/po/.cvsignore b/po/.cvsignore index 45b16b4..4c41f8c 100644 --- a/po/.cvsignore +++ b/po/.cvsignore @@ -2,6 +2,7 @@ Makefile Makefile.in Makefile.in.in +Makevars.template POTFILES Rules-quot boldquot.sed @@ -12,3 +13,4 @@ insert-header.sin quot.sed remove-potcdate.sed remove-potcdate.sin +stamp-* diff --git a/po/Makevars b/po/Makevars index c942818..91bd774 100644 --- a/po/Makevars +++ b/po/Makevars @@ -20,6 +20,22 @@ XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ # their copyright. COPYRIGHT_HOLDER = +# This is the email address or URL to which the translators shall report +# bugs in the untranslated strings: +# - Strings which are not entire sentences, see the maintainer guidelines +# in the GNU gettext documentation, section 'Preparing Strings'. +# - Strings which use unclear terms or require additional context to be +# understood. +# - Strings which make invalid assumptions about notation of date, time or +# money. +# - Pluralisation problems. +# - Incorrect English spelling. +# - Incorrect formatting. +# It can be your email address, or a mailing list address where translators +# can write to without being subscribed, or the URL of a web page through +# which the translators can contact you. +MSGID_BUGS_ADDRESS = lex-help@lists.sourceforge.net + # This is the list of locale categories, beyond LC_MESSAGES, for which the # message catalogs shall be used. It is usually empty. EXTRA_LOCALE_CATEGORIES = -- 2.40.0