Removed chapter names from automatically generated node names.

This commit is contained in:
Joel Sherrill
1998-09-08 13:17:21 +00:00
parent d778b4a64f
commit 62e508fe6d
2 changed files with 5 additions and 3 deletions

View File

@@ -13,6 +13,8 @@ include ../Make.config
REPLACE=../tools/word-replace REPLACE=../tools/word-replace
BMENU+= -c
all: html info ps all: html info ps
dirs: dirs:
@@ -55,12 +57,12 @@ driver.texi: driver.t Makefile
-n "Using Networking in an RTEMS Application" ${*}.t -n "Using Networking in an RTEMS Application" ${*}.t
networkapp.texi: networkapp.t Makefile networkapp.texi: networkapp.t Makefile
$(BMENU) -p " Writing RTEMS Network Device Drivers Write Your Driver Statistic-Printing Function" \ $(BMENU) -p " Write Your Driver Statistic-Printing Function" \
-u "Top" \ -u "Top" \
-n "Testing the Driver" ${*}.t -n "Testing the Driver" ${*}.t
testing.texi: testing.t Makefile testing.texi: testing.t Makefile
$(BMENU) -p "Using Networking in an RTEMS Application Network Statistics" \ $(BMENU) -p "Network Statistics" \
-u "Top" \ -u "Top" \
-n "Command and Variable Index" ${*}.t -n "Command and Variable Index" ${*}.t

View File

@@ -89,7 +89,7 @@ This is the online version of the RTEMS Network Supplement.
@c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here @c Need to copy the emacs stuff and "trailer stuff" (index, toc) into here
@c @c
@node Command and Variable Index, Concept Index, Testing the Driver Throughput, Top @node Command and Variable Index, Concept Index, Throughput, Top
@unnumbered Command and Variable Index @unnumbered Command and Variable Index
There are currently no Command and Variable Index entries. There are currently no Command and Variable Index entries.