This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RFA: Don't pass -glossary flag to texi2html



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]