From: Maciej W. Rozycki Date: Thu, 26 Jul 2007 10:34:00 +0000 (+0000) Subject: gdb/: X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c80a96a874782fd7e8a632c5cddf8e52e4ca1997;p=deliverable%2Fbinutils-gdb.git 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. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a8e4116350..fc0a8e3d89 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2007-07-26 Maciej W. Rozycki + + * Makefile.in (MAKEHTMLFLAGS): Also search the current directory + for include files. + 2007-07-25 Maciej W. Rozycki * Makefile.in (MAKEHTMLFLAGS): Remove "-glossary". diff --git a/gdb/Makefile.in b/gdb/Makefile.in index ba025cc2bf..55ac13df47 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. diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 6a149c86e6..b96a9a19e9 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2007-07-25 Maciej W. Rozycki + + * Makefile.in (MAKEHTMLFLAGS): Also search the current directory + for include files. + 2007-07-12 Nick Roberts * gdb.texinfo (Server Prefix): New node. Adapt from existing node diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in index e15939a912..b8ac0eeb08 100644 --- a/gdb/doc/Makefile.in +++ b/gdb/doc/Makefile.in @@ -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