summaryrefslogtreecommitdiffstats
path: root/doc/rgdb_specs/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-02 17:23:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-02 17:23:36 +0000
commit64e0f6c40c858e1d89cfca8a0bbdf3af3fdc431d (patch)
tree2c89dedc1f43ac46b2e180b2c4117431577db83e /doc/rgdb_specs/Makefile
parentAccidentally added the .tex file not the .texi root document. (diff)
downloadrtems-64e0f6c40c858e1d89cfca8a0bbdf3af3fdc431d.tar.bz2
Can now produce html, info, and PostScript without errors. Links
between chapters are correct.
Diffstat (limited to '')
-rw-r--r--doc/rgdb_specs/Makefile30
1 files changed, 15 insertions, 15 deletions
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