forked from Imagelibrary/binutils-gdb
gdb/:
* Makefile.in (MAKEHTMLFLAGS): Also search the current directory for include files. gdb/doc/: * Makefile.in (MAKEHTMLFLAGS): Also search the current directory for include files.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2007-07-26 Maciej W. Rozycki <macro@mips.com>
|
||||
|
||||
* Makefile.in (MAKEHTMLFLAGS): Also search the current directory
|
||||
for include files.
|
||||
|
||||
2007-07-25 Maciej W. Rozycki <macro@mips.com>
|
||||
|
||||
* Makefile.in (MAKEHTMLFLAGS): Remove "-glossary".
|
||||
|
||||
@@ -99,9 +99,11 @@ YLWRAP = $(srcdir)/../ylwrap
|
||||
# where to find makeinfo, preferably one designed for texinfo-2
|
||||
MAKEINFO=makeinfo
|
||||
|
||||
# Contrary to documentation, the current directory is not
|
||||
# searched by texi2html, so specify it explicitly.
|
||||
# -macro 2007-07-26
|
||||
MAKEHTML = texi2html
|
||||
|
||||
MAKEHTMLFLAGS = -menu -split_chapter
|
||||
MAKEHTMLFLAGS = -menu -split_chapter -I .
|
||||
|
||||
# Set this up with gcc if you have gnu ld and the loader will print out
|
||||
# line numbers for undefined references.
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2007-07-25 Maciej W. Rozycki <macro@mips.com>
|
||||
|
||||
* Makefile.in (MAKEHTMLFLAGS): Also search the current directory
|
||||
for include files.
|
||||
|
||||
2007-07-12 Nick Roberts <nickrob@snap.net.nz>
|
||||
|
||||
* gdb.texinfo (Server Prefix): New node. Adapt from existing node
|
||||
|
||||
@@ -49,9 +49,11 @@ MAKEINFO=makeinfo
|
||||
# Note that texinfo 4.0's makeinfo --html can only generate a
|
||||
# single file, which would be too large, so continue to use
|
||||
# texi2html. -sts 2000-03-28
|
||||
|
||||
# Contrary to documentation, the current directory is not
|
||||
# searched by texi2html, so specify it explicitly.
|
||||
# -macro 2007-07-26
|
||||
MAKEHTML = texi2html
|
||||
MAKEHTMLFLAGS = -menu -split_chapter
|
||||
MAKEHTMLFLAGS = -menu -split_chapter -I .
|
||||
|
||||
# where to find texi2roff, ditto
|
||||
TEXI2ROFF=texi2roff
|
||||
|
||||
Reference in New Issue
Block a user