aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
2004-01-21 * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).Eli Zaretskii1-2/+2
2003-08-08gdb/H.J. Lu1-6/+6
2003-08-08 H.J. Lu <hongjiu.lu@intel.com> * Makefile.in (FLAGS_TO_PASS): Add DESTDIR. (install-only): Support DESTDIR. (uninstall): Likewise. (install-gdbtk): Likewise. gdb/doc/ 2003-08-08 H.J. Lu <hongjiu.lu@intel.com> * Makefile.in (install-info): Support DESTDIR. (install-html): Likewise. gdb/gdbserver/ 2003-08-08 H.J. Lu <hongjiu.lu@intel.com> * Makefile.in (install-only): Create dest dir. Support DESTDIR. (uninstall): Support DESTDIR. mmalloc/ 2003-08-08 H.J. Lu <hongjiu.lu@intel.com> * Makefile.in (install-info): Create dest dir. Support DESTDIR. (install): Likewise.
2003-08-042003-08-04 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-3/+4
* 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.
2003-07-302003-07-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-5/+40
* Makefile.in (INFO_DEPS): Add annotate.info. (dvi, ps, html, pdf): Add annotate. (ANNOTATE_DOC_SOURCE_INCLUDES): New macro. (ANNOTATE_DOC_BUILD_INCLUDES): New macro. (ANNOTATE_DOC_FILES): New macro. (ANNOTATE_TEX_TMPS): New macro. (annotate.info, annotate_toc.html): Specify dependencies. (annotate.ps, annotate.pdf, annotate.dvi): Ditto. * annotate.texinfo: Rename annotate.texi. Get building. Add "Migrating to GDB/MI" and "Limitations of the Annotation Interface" chapters. Mention why it is not part of the user guide. Update copyright notice. Include "fdl.texi".
2003-06-22 * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.Daniel Jacobowitz1-1/+2
* agentexpr.texi: Retitle section, and change it to an appendix. Comment out texinfo initialization. Factor a @var{} into two pieces to prevent makeinfo warnings. * gdb.texinfo: Add Agent Expressions appendix.
2003-05-102003-05-10 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-4/+4
* Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S). (gdb.dvi): Likewise. (gdb.pdf): Likewise. (links2roff): Likewise.
2003-03-27Index: doc/ChangeLogAndrew Cagney1-2/+0
2003-03-27 Andrew Cagney <cagney@redhat.com> * gdb.texinfo (GDB/MI Variable Objects): Replace @include with chapter body. Use @smallexample instead of @example. (Annotations): Ditto. * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and annotate.texi. Index: mi/ChangeLog 2003-03-27 Andrew Cagney <cagney@redhat.com> * gdbmi.texinfo: Delete file. Contents moved to ../doc/gdb.texinfo.
2003-03-18 * gdbint.texinfo (Algorithms): Add new section describing theJoel Brobecker1-1/+2
Observer paradigm. (Top): Add menu entry to new observer appendix. * observer.texi: New file. * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on new observer.texi file.
2003-03-03 * Makefile.in (distclean): Remove config.log.Daniel Jacobowitz1-1/+1
2002-11-262002-11-26 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-0/+19
Fix PR gdb/723 and PR gdb/245. * Makefile.in (install-info): Run the install-info command as part of the post install steps only. (uninstall-info): New target. (uninstall): New target.
2002-11-222002-11-22 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-1/+2
* Makefile.in (install): Make 'install' do some real work.
2002-11-202002-11-19 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-1/+1
Problems reported by Paul Eggert. * gdbarch.sh: Use `sort -k 3`. Fix PR gdb/527. Index: doc/ChangeLog 2002-11-19 Andrew Cagney <ac131313@redhat.com> Fix POSIX problem reported by Paul Eggert. * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
2002-08-252002-08-24 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-27/+34
* Makefile.in (clean): Move to end of file. (distclean, maintainer-clean, realclean): Ditto. (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS, GDBINT_TEX_TMPS, STABS_TEX_TMPS. (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi. (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
2002-08-252002-08-24 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-61/+73
* Makefile.in (GDBINT_TEX_TMPS): Define. (gdbint.dvi, gdbint.pdf): Use (GDB_TEX_TMPS): Define. (gdb.dvi, gdb.pdf): Use. (STABS_TEX_TMPS): Define. (stabs.dvi, stabs.pdf): Use. (GDB_DOC_SOURCE_INCLUDES): New macros. (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros. (GDBINT_DOC_FILES_INCLUDES): New macros. (GDBINT_DOC_BUILD_INCLUDES): New macros. (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros. (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros. (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros. (links2roff): Replace SFILES_INCLUDED with GDB_DOC_SOURCE_INCLUDES. (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies. (gdb.me, gdb.mm, gdb.ms): Update dependencies. (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update dependencies. (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update dependencies. (gdbmi.texinfo): Delete rule. (inc-hist.texinfo): Delete rule. (rluser.texinfo): Delete rule.
2002-02-25* Makefile.in (gdb.info): Add explicit path to gdb.texinfo.Andrew Cagney1-3/+2
Remove reference to 3.12.
2002-02-24* gdbint.texinfo: Include fdl.texi.Andrew Cagney1-6/+9
(Top): Add GNU Free Documentation License. * Makefile.in (SFILES_INCLUDED): Add gpl.texi. (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi. (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi. (gdbint.info): Add srcdir to include path. * gdb.texinfo: Include gpl.texi. (Top): Add Copying. * gpl.texi: New file.
2002-01-22Use texi2dvi instead of TEX/TEXINDEX.Andrew Cagney1-29/+12
2002-01-17 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes andEli Zaretskii1-1/+1
for monstrous @multitable (from Brian Youmans). * fdl.texi: New file. * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
2001-10-12* Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recentJim Blandy1-1/+1
version of texi2html (1.64) doesn't support this flag any more.
2001-07-26Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.Eli Zaretskii1-14/+0
2001-07-14* Makefile.in (refcard.dvi): Rewrite to avoid problems with emptyAndrew Cagney1-8/+6
`test` expressions on bash. Problem reported by Colin Walters.
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