From ed11cadf052ee8886af0a11e9e72f3c09443f6af Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 1 Oct 1999 17:44:06 +0000 Subject: 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. --- doc/networking/Makefile | 9 +++++++-- doc/networking/networking.texi | 2 +- doc/networking/preface.texi | 9 ++------- 3 files changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/networking') 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) -- cgit v1.2.3