aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2007-07-26 10:34:00 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2007-07-26 10:34:00 +0000
commitc80a96a874782fd7e8a632c5cddf8e52e4ca1997 (patch)
tree046b42ea7cb753e2b1291f8e6d42b24c63c306ea /gdb/Makefile.in
parentd4947150164aaf68186abe5b10725bf0a3149c7d (diff)
downloadgdb-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.in6
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.