From 82f9768c0fad5878a21dfd2c824506b868eb4d82 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 16 Apr 2003 13:08:03 +0000 Subject: 2003-04-16 Joel Sherrill * Makefile.am: Fix next/previous section names. --- doc/develenv/ChangeLog | 4 ++++ doc/develenv/Makefile.am | 4 ++-- 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 + + * Makefile.am: Fix next/previous section names. + 2003-03-24 Joel Sherrill * 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" < $< > $@ -- cgit v1.2.3