From b8be9132339289b4ca5e46e32cc098a0e38bdd05 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 31 Mar 2003 09:46:21 +0000 Subject: [PATCH] * doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the info file. --- ChangeLog | 4 ++++ doc/Makefile.am | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 31dc5266..268bb8a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-03-31 Akim Demaille + + * doc/Makefile.am (AM_MAKEINFOFLAGS): Don't split the info file. + 2003-03-31 Akim Demaille * src/output.c (prepare_symbols): Avoid trailing spaces in the diff --git a/doc/Makefile.am b/doc/Makefile.am index bd3ce142..a909a0d2 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -16,6 +16,7 @@ ## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA ## 02111-1307 USA +AM_MAKEINFOFLAGS = --no-split info_TEXINFOS = bison.texinfo man_MANS = bison.1 bison_TEXINFOS = gpl.texi fdl.texi -- 2.47.2