summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-04-16 13:08:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-04-16 13:08:03 +0000
commit82f9768c0fad5878a21dfd2c824506b868eb4d82 (patch)
treef14c1d428cef8b191e3c8baa887eaf72186155fd /doc
parent2003-04-15 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-82f9768c0fad5878a21dfd2c824506b868eb4d82.tar.bz2
2003-04-16 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Fix next/previous section names.
Diffstat (limited to 'doc')
-rw-r--r--doc/develenv/ChangeLog4
-rw-r--r--doc/develenv/Makefile.am4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/develenv/ChangeLog b/doc/develenv/ChangeLog
index 03da30c41e..6cd56fd4f6 100644
--- a/doc/develenv/ChangeLog
+++ b/doc/develenv/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-16 Joel Sherrill <joel@OARcorp.com>
+
+ * Makefile.am: Fix next/previous section names.
+
2003-03-24 Joel Sherrill <joel@OARcorp.com>
* direct.t, sample.t, utils.t: Significantly updated.
diff --git a/doc/develenv/Makefile.am b/doc/develenv/Makefile.am
index c47f006b01..fb5ae0cb62 100644
--- a/doc/develenv/Makefile.am
+++ b/doc/develenv/Makefile.am
@@ -29,11 +29,11 @@ $(srcdir)/direct.texi: direct.t
-n "Sample Applications" < $< > $@
$(srcdir)/sample.texi: sample.t
- $(BMENU2) -p "Directory Structure Test Suite Source Directory" \
+ $(BMENU2) -p "Directory Structure Documentation Directory" \
-u "Top" \
-n "RTEMS Specific Utilities" < $< > $@
$(srcdir)/utils.texi: utils.t
- $(BMENU2) -p "Sample Applications Paranoia Floating Point Application" \
+ $(BMENU2) -p "Sample Applications Network Loopback Test" \
-u "Top" \
-n "Command and Variable Index" < $< > $@