This is the mail archive of the gdb-patches@sourceware.org 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]
Other format: [Raw text]

Makefile.in (MAKEHTMLFLAGS): Remove "-glossary"


Hello,

 This patch propagates the change done to gdb/doc/Makefile.in a while ago:

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.

It is needed for consistency as the variable gets passed down when `make 
html' or an equivalent is run from a higher-level directory.

2007-07-25  Maciej W. Rozycki  <macro@mips.com>

	* Makefile.in (MAKEHTMLFLAGS): Remove "-glossary".

 Applied as obvious.

  Maciej

gdb-texi-gloss.diff
Index: gdb/src/gdb/Makefile.in
===================================================================
--- gdb.orig/src/gdb/Makefile.in	2007-07-25 16:00:27.000000000 +0100
+++ gdb/src/gdb/Makefile.in	2007-07-25 16:01:17.000000000 +0100
@@ -101,7 +101,7 @@
 
 MAKEHTML = texi2html
 
-MAKEHTMLFLAGS = -glossary -menu -split_chapter
+MAKEHTMLFLAGS = -menu -split_chapter
 
 # Set this up with gcc if you have gnu ld and the loader will print out
 # line numbers for undefined references.


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