diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-08-04 20:43:57 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-08-04 20:43:57 +0000 |
commit | e5249f67ac2da2cc55225b83eee1464deaff3fb8 (patch) | |
tree | 258af89fcd1956a100d2346d4e58d7f6c99881aa /gdb/doc/Makefile.in | |
parent | 6c7d17ba3a5d982ae1c2b972417aedce0f404cf5 (diff) | |
download | gdb-e5249f67ac2da2cc55225b83eee1464deaff3fb8.zip gdb-e5249f67ac2da2cc55225b83eee1464deaff3fb8.tar.gz gdb-e5249f67ac2da2cc55225b83eee1464deaff3fb8.tar.bz2 |
2003-08-04 Andrew Cagney <cagney@redhat.com>
* agentexpr.texi: Delete @bye.
* Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
(stabs.info): Add $(srcdir) to include search path.
(html): Depend on "annotate_toc.html", and not "annotate.html".
* stabs.texinfo: Ditto. Include "fdl.texi".
* gdbint.texinfo: Update copyright statement's list of invariant
sections.
Diffstat (limited to 'gdb/doc/Makefile.in')
-rw-r--r-- | gdb/doc/Makefile.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in index f5dda01..4e8c64e 100644 --- a/gdb/doc/Makefile.in +++ b/gdb/doc/Makefile.in @@ -124,7 +124,8 @@ GDBINT_DOC_FILES = \ $(GDBINT_DOC_BUILD_INCLUDES) # Stabs manual: All files -STABS_DOC_SOURCE_INCLUDES = +STABS_DOC_SOURCE_INCLUDES = \ + $(srcdir)/fdl.texi STABS_DOC_BUILD_INCLUDES = STABS_DOC_FILES = \ $(srcdir)/stabs.texinfo \ @@ -149,7 +150,7 @@ all: info: $(INFO_DEPS) dvi: gdb.dvi gdbint.dvi stabs.dvi refcard.dvi annotate.dvi ps: gdb.ps gdbint.ps stabs.ps refcard.ps annotate.ps -html: gdb_toc.html gdbint_toc.html stabs_toc.html annotate.html +html: gdb_toc.html gdbint_toc.html stabs_toc.html annotate_toc.html pdf: gdb.pdf gdbint.pdf stabs.pdf annotate.pdf all-doc: info dvi ps # pdf diststuff: info @@ -405,7 +406,7 @@ gdbint_toc.html: $(GDBINT_DOC_FILES) $(MAKEHTML) $(MAKEHTMLFLAGS) $(srcdir)/gdbint.texinfo stabs.info: $(STABS_DOC_FILES) - $(MAKEINFO) -o stabs.info $(srcdir)/stabs.texinfo + $(MAKEINFO) -I $(srcdir) -o stabs.info $(srcdir)/stabs.texinfo # STABS DOCUMENTATION: HTML file |