aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2009-04-18 17:11:02 +0000
committerJoseph Myers <joseph@codesourcery.com>2009-04-18 17:11:02 +0000
commit2b83188937d505ac80619af9a9d212ebbb5bc2bf (patch)
tree884cc3e58649a5111d671b63f68456c0a1e24162 /gdb/Makefile.in
parentd7713ae00239696a35223348a51fb2b2495c94b8 (diff)
downloadgdb-2b83188937d505ac80619af9a9d212ebbb5bc2bf.zip
gdb-2b83188937d505ac80619af9a9d212ebbb5bc2bf.tar.gz
gdb-2b83188937d505ac80619af9a9d212ebbb5bc2bf.tar.bz2
gdb:
2009-04-18 Carlos O'Donell <carlos@codesourcery.com> * Makefile.in (MAKEHTML): Set to makeinfo --html. (MAKEHTMLFLAGS): Set to empty. gdb/doc: 2009-04-18 Carlos O'Donell <carlos@codesourcery.com> Joseph Myers <joseph@codesourcery.com> * Makefile.in (MAKEHTML): Set to makeinfo --html. (MAKEHTMLFLAGS): Set to empty. (html__strip_dir): Define. (HTMLFILES): Define. (HTMLFILES_INSTALL): Define. (install-html): Copy new automake rule. (html): Depend on $(HTMLFILES). (gdb_toc.html): Rename to gdb/index.html. (gdbint_toc.html): Rename to gdbint/index.html. (stabs_toc.html): Rename to stabs/index.html. (annotate_toc.html): Rename to annotate/index.html.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 0170af4..8ee2dfe 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -111,11 +111,8 @@ 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 -I .
+MAKEHTML = $(MAKEINFO) --html
+MAKEHTMLFLAGS =
# Set this up with gcc if you have gnu ld and the loader will print out
# line numbers for undefined references.