summaryrefslogtreecommitdiffstats
path: root/doc/networking/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-01 17:44:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-01 17:44:06 +0000
commited11cadf052ee8886af0a11e9e72f3c09443f6af (patch)
tree86527bfc8fc7fc02aa8b32c268a79cfa201808cb /doc/networking/Makefile
parentClarified catch and disable per suggestion from Chris Johns <ccj@acm.org>. (diff)
downloadrtems-ed11cadf052ee8886af0a11e9e72f3c09443f6af.tar.bz2
Numerous minor changes required to transition to the latest version
of texinfo and TeX. This version of the tools can produce PDF with figures included.
Diffstat (limited to 'doc/networking/Makefile')
-rw-r--r--doc/networking/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/networking/Makefile b/doc/networking/Makefile
index d5c5add1c7..199ffc5254 100644
--- a/doc/networking/Makefile
+++ b/doc/networking/Makefile
@@ -14,7 +14,7 @@ REPLACE=../tools/word-replace
BMENU+= -c
-all: html info ps
+all: html info ps pdf
dirs:
$(make-dirs)
@@ -38,6 +38,11 @@ networking: $(FILES)
dvi: $(PROJECT).dvi
ps: dirs $(PROJECT).ps
+pdf: dirs $(PROJECT).pdf
+
+$(PROJECT).pdf: $(FILES)
+ $(TEXI2PDF) $(PROJECT).texi
+ cp $(PROJECT).pdf $(PDF_INSTALL)
$(PROJECT).ps: $(PROJECT).dvi
dvips -o $(PROJECT).ps $(PROJECT).dvi
@@ -84,7 +89,7 @@ html: dirs $(FILES)
$(PROJECT).texi
clean:
- rm -f *.o $(PROG) *.txt core
+ rm -f *.o $(PROG) *.txt core $(PROJECT).pdf
rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE)
rm -f $(PROJECT) $(PROJECT)-* $(GENERATED_FILES)
rm -f networking networking-*