summaryrefslogtreecommitdiffstats
path: root/doc/networking/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-01 21:43:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-01 21:43:50 +0000
commit5345873a5bbb955d6bfec35a802eca8fd9ca480d (patch)
tree6edf82cbad65ec3a1005118af291c07fcb2fb0b4 /doc/networking/Makefile
parentPatch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to address problems (diff)
downloadrtems-5345873a5bbb955d6bfec35a802eca8fd9ca480d.tar.bz2
New file. Text from Jake Janovetz.
Diffstat (limited to 'doc/networking/Makefile')
-rw-r--r--doc/networking/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/networking/Makefile b/doc/networking/Makefile
index afa7d89b49..5264b5943d 100644
--- a/doc/networking/Makefile
+++ b/doc/networking/Makefile
@@ -22,7 +22,8 @@ dirs:
COMMON_FILES=../common/cpright.texi ../common/setup.texi
-GENERATED_FILES=networkapp.texi driver.texi networktasks.texi testing.texi
+GENERATED_FILES=networkapp.texi driver.texi networktasks.texi testing.texi \
+ servers.texi
FILES= $(PROJECT).texi \
networktasks.texi preface.texi $(GENERATED_FILES)
@@ -64,6 +65,11 @@ networkapp.texi: networkapp.t Makefile
testing.texi: testing.t Makefile
$(BMENU) -p "Network Statistics" \
-u "Top" \
+ -n "Network Servers" ${*}.t
+
+servers.texi: servers.t Makefile
+ $(BMENU) -p "Network Servers" \
+ -u "Top" \
-n "Command and Variable Index" ${*}.t
html: dirs $(FILES)