From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Blandy To: gdb-patches@sources.redhat.com Subject: RFA: Don't pass -glossary flag to texi2html Date: Tue, 09 Oct 2001 09:38:00 -0000 Message-id: <20011009163928.5744A5E9D8@zwingli.cygnus.com> X-SW-Source: 2001-10/msg00101.html 2001-10-09 Jim Blandy * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent version of texi2html (1.64) doesn't support this flag any more. Index: gdb/doc/Makefile.in =================================================================== RCS file: /cvs/src/src/gdb/doc/Makefile.in,v retrieving revision 1.15 diff -c -r1.15 Makefile.in *** gdb/doc/Makefile.in 2001/07/26 07:29:24 1.15 --- gdb/doc/Makefile.in 2001/10/09 16:18:28 *************** *** 48,54 **** # texi2html. -sts 2000-03-28 MAKEHTML = texi2html ! MAKEHTMLFLAGS = -glossary -menu -split_chapter # where to find texi2roff, ditto TEXI2ROFF=texi2roff --- 48,54 ---- # texi2html. -sts 2000-03-28 MAKEHTML = texi2html ! MAKEHTMLFLAGS = -menu -split_chapter # where to find texi2roff, ditto TEXI2ROFF=texi2roff