]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Create a single info file.
authorBruno Haible <bruno@clisp.org>
Tue, 9 Dec 2003 16:57:00 +0000 (16:57 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:11:29 +0000 (12:11 +0200)
gettext-runtime/libasprintf/ChangeLog
gettext-runtime/libasprintf/Makefile.am
gettext-tools/doc/ChangeLog
gettext-tools/doc/Makefile.am

index 86b98d1605653cc317c03bd4f778b1c71133d26f..d80cc631072caed7b0a8ca78adea1a65a2b03ee6 100644 (file)
@@ -1,3 +1,7 @@
+2003-12-09  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (MAKEINFOFLAGS): New variable.
+
 2003-11-30  Bruno Haible  <bruno@clisp.org>
 
        * gettext-0.13 released.
index cb2be82fc55e992b12992ce8fa64ae3cb764a7e7..f8986f93766c788d20b2517ecd548a35f47dfe5a 100644 (file)
@@ -83,6 +83,7 @@ pdfdir = $(docdir)
 htmldir = $(docdir)
 
 MAKEINFO = env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= @MAKEINFO@
+MAKEINFOFLAGS = --no-split
 
 info_TEXINFOS = autosprintf.texi
 
index 2baf98708d0231ab659280d7946a95fca73e76e9..5dc5f27dff4fe23c39822ee6e1d24d4d454a791e 100644 (file)
@@ -1,3 +1,7 @@
+2003-12-09  Bruno Haible  <bruno@clisp.org>
+
+       * Makefile.am (MAKEINFOFLAGS): Add --no-split.
+
 2003-12-06  Bruno Haible  <bruno@clisp.org>
 
        * gettext.texi (Triggering): Use ANSI C function declaration.
index 1b3349bb23d704edfd48e131b7e63333fceb20f5..c8cfd1bb7ca9169d8b14f25ebd3d434eadc49929 100644 (file)
@@ -32,7 +32,7 @@ SED = sed
 RM = rm -f
 
 MAKEINFO = env LANG= LC_MESSAGES= LC_ALL= LANGUAGE= @MAKEINFO@
-MAKEINFOFLAGS = $(TEXINCLUDES)
+MAKEINFOFLAGS = $(TEXINCLUDES) --no-split
 
 info_TEXINFOS = gettext.texi
 # List of texinfo sources @included by gettext.texi, excluding version.texi.