aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/Makefile.in
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1992-08-16 03:55:12 +0000
committerPer Bothner <per@bothner.com>1992-08-16 03:55:12 +0000
commite505224db3ff2e06deb6d6768dc2334dcbe43669 (patch)
tree01947417ccd5094c54667e4c7593d1c045b6f324 /gdb/doc/Makefile.in
parent7b7ba3b8422b79e03d02bc94b25390fd3ea23547 (diff)
downloadgdb-e505224db3ff2e06deb6d6768dc2334dcbe43669.zip
gdb-e505224db3ff2e06deb6d6768dc2334dcbe43669.tar.gz
gdb-e505224db3ff2e06deb6d6768dc2334dcbe43669.tar.bz2
First pass at converting Julia's stabs document into texinfo.
Diffstat (limited to 'gdb/doc/Makefile.in')
-rw-r--r--gdb/doc/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in
index ba97376..0f4bdd8 100644
--- a/gdb/doc/Makefile.in
+++ b/gdb/doc/Makefile.in
@@ -294,6 +294,9 @@ gdb-internals: gdbint.info
gdbint.info: gdbint.texinfo
$(MAKEINFO) -o gdbint.info $(srcdir)/gdbint.texinfo
+stabs.info: stabs.texinfo
+ $(MAKEINFO) -o stabs.info $(srcdir)/stabs.texinfo
+
force:
Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)