From: Bruno Haible Date: Sun, 14 Jan 2001 14:59:45 +0000 (+0000) Subject: Always produce English documentation. X-Git-Tag: v0.10.36~191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0461b1aa4d0542dabcdf8fd5d204eb9798d14d71;p=thirdparty%2Fgettext.git Always produce English documentation. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 228bd6e8e..4fec2b1f2 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2001-01-01 Bruno Haible + + * Makefile.am (MAKEINFO): New macro. Unset LANG and LANGUAGE while + running makeinfo. + 2001-01-01 Bruno Haible Implement plural form handling. diff --git a/doc/Makefile.am b/doc/Makefile.am index 661c97855..d8c23e8bf 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the doc subdirectory of the GNU NLS Utilities -## Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc. +## Copyright (C) 1995-1997, 2001 Free Software Foundation, Inc. ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -21,6 +21,8 @@ AUTOMAKE_OPTIONS = 1.2 gnits SED = sed +MAKEINFO = LANG= LANGUAGE= @MAKEINFO@ + info_TEXINFOS = gettext.texi gettext_TEXINFOS = iso-apdx.texi