From df4edf29fef5ef310a8047c9032fdb06518c7c07 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 7 Oct 1999 22:31:00 +0000 Subject: Added Base File System chapter. Builds completely. --- doc/filesystem/Makefile | 51 +++++++++++++------------------------------------ 1 file changed, 13 insertions(+), 38 deletions(-) (limited to 'doc/filesystem/Makefile') diff --git a/doc/filesystem/Makefile b/doc/filesystem/Makefile index 74d2a8df30..79c4967f3a 100644 --- a/doc/filesystem/Makefile +++ b/doc/filesystem/Makefile @@ -21,7 +21,7 @@ dirs: COMMON_FILES=../common/cpright.texi ../common/setup.texi -GENERATED_FILES= +GENERATED_FILES=basefs.texi FILES= $(PROJECT).texi \ preface.texi $(GENERATED_FILES) @@ -51,45 +51,20 @@ $(PROJECT).dvi: $(FILES) $(TEXI2DVI) $(PROJECT).texi cp $(PROJECT).dvi $(WWW_INSTALL)/$(PROJECT) -networktasks.texi: networktasks.t Makefile +basefs.texi: basefs.t Makefile $(BMENU) -p "Preface" \ -u "Top" \ - -n "Networking Driver" ${*}.t - -driver.texi: driver.t Makefile - $(BMENU) -p "Network Task Structure and Data Flow" \ - -u "Top" \ - -n "Using Networking in an RTEMS Application" ${*}.t - -networkapp.texi: networkapp.t Makefile - $(BMENU) -p "Write the Driver Statistic-Printing Function" \ - -u "Top" \ - -n "Testing the Driver" ${*}.t - -testing.texi: testing.t Makefile - $(BMENU) -p "Socket Options" \ - -u "Top" \ - -n "Network Servers" ${*}.t - -servers.texi: servers.t Makefile - $(BMENU) -p "Throughput" \ - -u "Top" \ - -n "DEC 21140 Driver" ${*}.t - -decdriver.texi: decdriver.t Makefile - $(BMENU) -p "Using Hooks" \ - -u "Top" \ - -n "Command and Variable Index" ${*}.t + -n "" ${*}.t html: dirs $(FILES) -mkdir -p $(WWW_INSTALL)/$(PROJECT) - rm -f $(WWW_INSTALL)/$(PROJECT)/networkflow.jpg - rm -f $(WWW_INSTALL)/$(PROJECT)/networkflow.png - rm -f $(WWW_INSTALL)/$(PROJECT)/PCIreg.jpg - cp recvbd.jpg $(WWW_INSTALL)/$(PROJECT)/recvbd.jpg - cp networkflow.jpg $(WWW_INSTALL)/$(PROJECT)/networkflow.jpg - cp networkflow.png $(WWW_INSTALL)/$(PROJECT)/networkflow.png - cp PCIreg.jpg $(WWW_INSTALL)/$(PROJECT)/PCIreg.jpg + # rm -f $(WWW_INSTALL)/$(PROJECT)/networkflow.jpg + # rm -f $(WWW_INSTALL)/$(PROJECT)/networkflow.png + # rm -f $(WWW_INSTALL)/$(PROJECT)/PCIreg.jpg + # cp recvbd.jpg $(WWW_INSTALL)/$(PROJECT)/recvbd.jpg + # cp networkflow.jpg $(WWW_INSTALL)/$(PROJECT)/networkflow.jpg + # cp networkflow.png $(WWW_INSTALL)/$(PROJECT)/networkflow.png + # cp PCIreg.jpg $(WWW_INSTALL)/$(PROJECT)/PCIreg.jpg $(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \ $(PROJECT).texi @@ -103,6 +78,6 @@ clean: rm -f *.fixed _* convert: - /usr/bin/gs -dMaxBitmap=300000000 -g5500x7500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=networkflow.pdf -- networkflow.eps -c -quit - /usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=PCIreg.pdf -- PCIreg.eps -c -quit - /usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=recvbd.pdf -- recvbd.eps -c -quit +# /usr/bin/gs -dMaxBitmap=300000000 -g5500x7500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=networkflow.pdf -- networkflow.eps -c -quit +# /usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=PCIreg.pdf -- PCIreg.eps -c -quit +# /usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=recvbd.pdf -- recvbd.eps -c -quit -- cgit v1.2.3