From 64e0f6c40c858e1d89cfca8a0bbdf3af3fdc431d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 2 Apr 1999 17:23:36 +0000 Subject: Can now produce html, info, and PostScript without errors. Links between chapters are correct. --- doc/rgdb_specs/Makefile | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'doc/rgdb_specs/Makefile') diff --git a/doc/rgdb_specs/Makefile b/doc/rgdb_specs/Makefile index 515417beaa..f66530100d 100644 --- a/doc/rgdb_specs/Makefile +++ b/doc/rgdb_specs/Makefile @@ -61,42 +61,42 @@ clean: # intro.texi: intro.t Makefile - $(BMENU) -p "Top" \ + $(BMENU) -c -p "Top" \ -u "Top" \ - -n "" ${*}.t + -n "Document Revision History" ${*}.t revision.texi: revision.t Makefile - $(BMENU) -p "Top" \ + $(BMENU) -c -p "Introduction" \ -u "Top" \ - -n "" ${*}.t + -n "Objectives" ${*}.t objectives.texi: objectives.t Makefile - $(BMENU) -p "Top" \ + $(BMENU) -c -p "Document Revision History" \ -u "Top" \ - -n "" ${*}.t + -n "A Rapid Tour of GDB Internals" ${*}.t gdbinternals.texi: gdbinternals.t Makefile - $(BMENU) -p "Top" \ + $(BMENU) -c -p "Implied Restrictions" \ -u "Top" \ - -n "" ${*}.t + -n "Interfacing GDB with RTEMS as a Target" ${*}.t interfacing.texi: interfacing.t Makefile - $(BMENU) -p "Top" \ + $(BMENU) -c -p "A Rapid Tour of GDB Internals" \ -u "Top" \ - -n "" ${*}.t + -n "Communication with GDB" ${*}.t comm.texi: comm.t Makefile - $(BMENU) -p "Top" \ + $(BMENU) -c -p "Interfacing GDB with RTEMS as a Target" \ -u "Top" \ - -n "" ${*}.t + -n "RTEMS Debugger Server Daemon" ${*}.t daemon.texi: daemon.t Makefile - $(BMENU) -p "Top" \ + $(BMENU) -c -p "Communication with GDB" \ -u "Top" \ - -n "" ${*}.t + -n "Conclusion" ${*}.t conclusion.texi: conclusion.t Makefile - $(BMENU) -p "Top" \ + $(BMENU) -c -p "Output of a Debug Session with the Prototype" \ -u "Top" \ -n "" ${*}.t -- cgit v1.2.3