summaryrefslogtreecommitdiffstats
path: root/doc/networking/Makefile
diff options
context:
space:
mode:
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)