summaryrefslogtreecommitdiffstats
path: root/doc/networking
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
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')
-rw-r--r--doc/networking/Makefile9
-rw-r--r--doc/networking/networking.texi2
-rw-r--r--doc/networking/preface.texi9
3 files changed, 10 insertions, 10 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-*
diff --git a/doc/networking/networking.texi b/doc/networking/networking.texi
index ba793783e7..6ff997018b 100644
--- a/doc/networking/networking.texi
+++ b/doc/networking/networking.texi
@@ -1,4 +1,4 @@
-\input ../texinfo/texinfo @c -*-texinfo-*-
+\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename networking
@syncodeindex vr fn
diff --git a/doc/networking/preface.texi b/doc/networking/preface.texi
index 7909bb6868..47dc6b8fee 100644
--- a/doc/networking/preface.texi
+++ b/doc/networking/preface.texi
@@ -13,12 +13,7 @@
This document describes the RTEMS specific parts of the FreeBSD TCP/IP
stack. Much of this documentation was written by Eric Norum
-@ifset use-html
-(@href{eric@@skatter.usask.ca,,,mailto:eric@@skatter.usask.ca})
-@end ifset
-@ifclear use-html
-(eric@@skatter.usask.ca)
-@end ifclear
+(@email{eric@@skatter.usask.ca})
of the Saskatchewan Accelerator Laboratory
who also ported the FreeBSD TCP/IP stack to RTEMS.
@@ -35,7 +30,7 @@ the original 10 Megabit per second (Mbps) system, the 100 Mbps
Fast Ethernet system (802.3u), and the Gigabit Ethernet system (802.3z)."
The URL is:
@ifset use-html
-(@href{http://wwwhost.ots.utexas.edu/ethernet/index.html,,,http://wwwhost.ots.utexas.edu/ethernet/index.html})
+(@uref{http://wwwhost.ots.utexas.edu/ethernet/index.html,http://wwwhost.ots.utexas.edu/ethernet/index.html})
@end ifset
@ifclear use-html
(http://wwwhost.ots.utexas.edu/ethernet/index.html)