From: Jim Blandy Date: Fri, 12 Oct 2001 21:10:07 +0000 (+0000) Subject: * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f4846649b32c8b6020a6a89c436963c044b63464;p=binutils-gdb.git * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent version of texi2html (1.64) doesn't support this flag any more. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 108a15697ea..66300bb8ffb 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2001-10-12 Jim Blandy + + * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent + version of texi2html (1.64) doesn't support this flag any more. + 2001-09-08 Mark Kettenis * gdbint.texinfo (Host Definition): Remove description of diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in index 85aeb490f5f..7e1c8271651 100644 --- a/gdb/doc/Makefile.in +++ b/gdb/doc/Makefile.in @@ -48,7 +48,7 @@ MAKEINFO=makeinfo # texi2html. -sts 2000-03-28 MAKEHTML = texi2html -MAKEHTMLFLAGS = -glossary -menu -split_chapter +MAKEHTMLFLAGS = -menu -split_chapter # where to find texi2roff, ditto TEXI2ROFF=texi2roff