RFA: Don't pass -glossary flag to texi2html

Jim Blandy jimb@zwingli.cygnus.com
Tue Oct 9 09:38:00 GMT 2001


2001-10-09  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.

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



More information about the Gdb-patches mailing list