diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2007-07-26 10:34:00 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2007-07-26 10:34:00 +0000 |
commit | c80a96a874782fd7e8a632c5cddf8e52e4ca1997 (patch) | |
tree | 046b42ea7cb753e2b1291f8e6d42b24c63c306ea /gdb/Makefile.in | |
parent | d4947150164aaf68186abe5b10725bf0a3149c7d (diff) | |
download | gdb-c80a96a874782fd7e8a632c5cddf8e52e4ca1997.zip gdb-c80a96a874782fd7e8a632c5cddf8e52e4ca1997.tar.gz gdb-c80a96a874782fd7e8a632c5cddf8e52e4ca1997.tar.bz2 |
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.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index ba025cc..55ac13d 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -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. |