2003-04-16 Joel Sherrill <joel@OARcorp.com>

* Makefile.am: Fix next/previous section names.
This commit is contained in:
Joel Sherrill
2003-04-16 13:08:03 +00:00
parent 40544fd18f
commit 82f9768c0f
2 changed files with 6 additions and 2 deletions

View File

@@ -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.

View File

@@ -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" < $< > $@