* Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
authorJim Blandy <jimb@codesourcery.com>
Fri, 12 Oct 2001 21:10:07 +0000 (21:10 +0000)
committerJim Blandy <jimb@codesourcery.com>
Fri, 12 Oct 2001 21:10:07 +0000 (21:10 +0000)
version of texi2html (1.64) doesn't support this flag any more.

gdb/doc/ChangeLog
gdb/doc/Makefile.in

index 108a15697eaea39e79b47bf89ef8586695e112e1..66300bb8ffba681d0d27802f0b3b0e353599803d 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-12  Jim Blandy  <jimb@redhat.com>
+
+       * 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  <kettenis@gnu.org>
 
        * gdbint.texinfo (Host Definition): Remove description of
index 85aeb490f5fada514ca8ab1e416838a239209653..7e1c82716515920dce3a77b125b9e6b0974cf3b8 100644 (file)
@@ -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
This page took 0.027323 seconds and 4 git commands to generate.