diff options
author | Stan Shebs <shebs@codesourcery.com> | 2000-03-28 16:46:24 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 2000-03-28 16:46:24 +0000 |
commit | 6d2ebf8bcc854cde411391c02ec4278a9d51922e (patch) | |
tree | 057ac349078390e54992371cda8cb4a9bcb038e0 /gdb/doc/Makefile.in | |
parent | f25d2425f43bb42a5256b6eafcc2b6beaee7cdc1 (diff) | |
download | gdb-6d2ebf8bcc854cde411391c02ec4278a9d51922e.zip gdb-6d2ebf8bcc854cde411391c02ec4278a9d51922e.tar.gz gdb-6d2ebf8bcc854cde411391c02ec4278a9d51922e.tar.bz2 |
* gdb.texinfo: Update dates, bump to Eighth Edition (note
expectation of additional changes before release), update
ISBN, add copy of top-level menu for @ifhtml, remove explicit
node links, rephrase and/or shorten lines to fix formatting
problem in both regular and @smallbook formats.
* annotate.texi: Shorten lines in example, use smallexample
consistently everywhere.
* Makefile.in: Add comment about texinfo 4.0 html generation.
(SFILES_INCLUDED): Add annotate.texi.
Diffstat (limited to 'gdb/doc/Makefile.in')
-rw-r--r-- | gdb/doc/Makefile.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/Makefile.in b/gdb/doc/Makefile.in index df92d6d..0b703a8 100644 --- a/gdb/doc/Makefile.in +++ b/gdb/doc/Makefile.in @@ -40,6 +40,10 @@ TEXIDIR=${gdbdir}/../texinfo # where to find makeinfo, preferably one designed for texinfo-2 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 + MAKEHTML = texi2html MAKEHTMLFLAGS = -glossary -menu -split_chapter @@ -83,7 +87,7 @@ TEXINDEX = texindex DVIPS = dvips # Main GDB manual's source files -SFILES_INCLUDED = gdb-cfg.texi +SFILES_INCLUDED = gdb-cfg.texi $(srcdir)/annotate.texi SFILES_LOCAL = $(srcdir)/gdb.texinfo GDBvn.texi $(SFILES_INCLUDED) |