aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2001-05-14* Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.Andrew Cagney1-3/+3
2001-03-06Update/correct copyright notices.Kevin Buettner1-1/+2
2000-07-09 * Makefile.in (install-info): Find files to install in either the buildEli Zaretskii1-7/+16
or source directories (adapted from Makefile.am). (From Chris Faylor.)
2000-06-25 * Makefile.in (install-info): Support installation from outside ofEli Zaretskii1-1/+2
the source directory. Reported by Mark Harig <markh@frazier.landmark.com>.
2000-05-31Import texinfo.tex from texinfo-4.0.Andrew Cagney1-3/+33
Add support for ``make pdf'' to the gdb/doc directory using pdftex.
2000-05-24Remove quotes from arround for loop arg.Andrew Cagney1-1/+1
2000-05-17 * mmalloc/Makefile.in (install-info): Make sure $(infodir) exists.Eli Zaretskii1-0/+7
Run install-info program on the installed Info files. * gdb/doc/Makefile.in (install-info): Run install-info on installed Info files.
2000-04-23 * Makefile.in (GDBMI_DIR): New variable.Eli Zaretskii1-8/+18
(SET_TEXINPUTS): Add $(GDBMI_DIR). (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo. (gdbmi.texinfo): New target, for texi2roff. (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo. (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}". * gdb.texinfo (Top): Add GDB/MI to the main menu and @include gdbmi.texinfo. (Mode Options): Add xref to GDB/MI docs and remove a FIXME comment. * gdbmi.texinfo: Lots of changes, to include this document as part of the GDB manual. * TODO, NEWS: Update due to inclusion of gdbmi.texinfo in the GDB manual.
2000-04-16 * Makefile.in (LN_S): Define.Eli Zaretskii1-4/+8
(gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't invoke "ln -s" unless it is known to work. * configure.in (AC_PROG_LN_S): Add.
2000-03-28 * gdb.texinfo: Update dates, bump to Eighth Edition (noteStan Shebs1-1/+5
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.
2000-03-24Create $(infodir) before trying to install info files.Andrew Cagney1-0/+1
2000-02-162000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-0/+1
* Makefile.in (diststuff): New target.
2000-02-07import insight-2000-02-04 snapshot (2nd try)Jason Molenda1-0/+13
1999-08-31import gdb-1999-08-30 snapshotJason Molenda1-1/+1
1999-08-16import gdb-1999-08-16 snapshotJason Molenda1-9/+9
1999-06-28import gdb-1999-06-28 snapshotJason Molenda1-1/+26
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+340
1999-04-16Initial creation of sourceware repositoryStan Shebs1-355/+0
1999-01-15 * Makefile.in (GDBvn.texi): Fix match expression to work withStan Shebs1-1/+1
current format of VERSION in gdb/Makefile.in. * gdb.texinfo: Fix node ref to match new readline.
1999-01-051999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)Jason Molenda1-2/+2
* configure.in: Require autoconf 2.12.1 or higher. * doc/configure.in: Ditto. * nlm/configure.in: Ditto. * rdi-share/configure.in: Ditto. * testsuite/configure.in: Ditto. * doc/Makefile.in: Don't hardcode $(SHELL). * nlm/Makefile.in: Ditto. * rdi-share/Makefile.in: Ditto. * testsuite/Makefile.in: Ditto.
1996-06-25 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,Jason Molenda1-6/+7
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values. * configure.in: Rewritten for autoconf. * configure: New.
1996-06-17 * Makefile.in (DVIPS): New define, set to dvips.Fred Fish1-29/+37
(dvi): Add stabs.dvi. (ps): New target. (all-doc): Depend on info, dvi, and ps targets. (STAGESTUFF): Add *.ps and *.dvi files. (clean-info, clean-dvi): Remove. (mostlyclean): Does not depend upon clean-info or clean-dvi, rules completely rewritten. (maintainer-clean): Remove clean-info and clean-dvi dependencies and put their actions in the rules. (gdb.ps): New target (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove intermediate TeX files, whether they have 2 or 3 character extensions. (gdbint.ps): Add target and rules. (gdb-internals): Delete unused target. (Makefile): Depends upon config.status also.
1995-09-20add maintainer-clean Makefile targetsIan Lance Taylor1-1/+1
1995-08-02Update FSF address.Fred Fish1-1/+1
1995-01-07 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.Stan Shebs1-0/+16
* Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
1994-04-21 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on JanJim Kingdon1-1/+1
16 I meant to make this change but did not). Do remove gdb-cfg.texi.
1994-01-16 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,Jim Kingdon1-2/+5
not clean.
1993-07-29* h8-cfg.texi, all-cfg.texi: new flag GDBSERVERRoland Pesch1-1/+1
* Makefile.in: depend on remote.texi rather than gdbinv-s.texi * remote.texi: (Server) New node on gdbserver. (Remote Serial, ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP. * remote.texi: new name for former gdbinv-s.texi * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
1993-07-20* Makefile.in (refcard.dvi): Use srcdir where necessary.Jim Kingdon1-1/+1
1993-06-25 * Makefile.in: (REFEDITS) new var to control whether PS or CMRoland Pesch1-20/+36
fonts and whether US or A4 paper for GDB refcard; (refcard.dvi) collect sed edits if any, apply to refcard before formatting; (refcard.ps) stop implying PS fonts if PS output requested; (lrefcard.ps) delete extra target for variant PS fonts * refcard.tex: parametrize papersize dependent info, collect in easily replaced spot * a4rc.sed: new file, edits to refcard for A4 paper
1993-06-18remove parentdir supportDavid D. Zuhn1-3/+0
1993-06-13 * Makefile.in (realclean): Remove info and dvi files too.Jim Kingdon1-1/+1
1993-06-13 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.Jim Kingdon1-5/+5
* Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
1993-06-11 * Makefile.in (GDBvn.texi): Update atomically.Jim Kingdon1-1/+5
1993-04-05 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer inIan Lance Taylor1-2/+2
$(srcdir). (gdb-config.texi): Depend on file in $(srcdir).
1993-03-271. Update conditional markup:Roland Pesch1-1/+12
(a) to make H8 configuration come out right (first attempt since conversion to texinfo conditionals); (b) to exploit yesterday's makeinfo bugfix, using conditionals in menus rather than multiple alternative menus. 2. Update H8 text to refer to H8/500 as well as H8/300. 3. Define config file gdb-config.texi as a link in Makefile, based on a DOC_CONFIG variable.
1993-03-24add dvi targetDavid D. Zuhn1-0/+1
1993-02-04* Makefile.in (refcard.ps, lrefcard.ps): Remove psref.texJohn Gilmore1-2/+2
intermediate file.
1993-01-23These changes abolish M4 preprocessing for the GDB manual.Roland Pesch1-130/+111
Formatting these files now depends on the recently designed Texinfo conditionals: to format successfully, you must use very recent versions (not yet distributed by FSF) of texinfo.tex and makeinfo.c. The new Texinfo commands are @set, @clear, @ifset, @ifclear, and @value. Recent texinfo-2 Beta distributions contained partial implementations. texi2roff does not yet support these commands. There are miscellaneous clean-ups to Makefile.in as well.
1992-12-16Change default TEXIDIR to find FSF's texinfo.tex in new location.Roland Pesch1-1/+1
1992-08-18Moved in from p3:Ian Lance Taylor1-0/+3
Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: always create installation directories.
1992-08-16* stabs.texinfo: Minor updates from running TeX over it.John Gilmore1-1/+12
* Makefile.in (stabs.dvi, stabs.ps): Add.
1992-08-16First pass at converting Julia's stabs document into texinfo.Per Bothner1-0/+3
1992-08-15* gdb.texinfo, refcard.tex: Document mult args on `info reg'.John Gilmore1-2/+2
* Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
1992-06-02Fix from net: when predigesting doc for texi2roff, search for "@c " atRoland Pesch1-3/+3
the beginning of a line, rather than just "@C" at the beginning of a line, to identify (and remove) comments.
1992-05-05gm4 -> m4K. Richard Pixley1-1/+1
1992-03-25remove srcdir from gdb.info ruleK. Richard Pixley1-1/+1
1992-03-14Run TeX *three* times to get better index, xrefs.Roland Pesch1-0/+1
1992-03-13Patches from fnf for SVr4Roland Pesch1-2/+3
1992-03-12Reinstate "gdb-all.texi" as target. (Thanks, Rich, for the reminder).Roland Pesch1-10/+10