Changeset df4edf29 in rtems
- Timestamp:
- 10/07/99 22:31:00 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- ebd21dc
- Parents:
- aa083e49
- Location:
- doc/filesystem
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/filesystem/Makefile
raa083e49 rdf4edf29 22 22 COMMON_FILES=../common/cpright.texi ../common/setup.texi 23 23 24 GENERATED_FILES= 24 GENERATED_FILES=basefs.texi 25 25 26 26 FILES= $(PROJECT).texi \ … … 52 52 cp $(PROJECT).dvi $(WWW_INSTALL)/$(PROJECT) 53 53 54 networktasks.texi: networktasks.t Makefile54 basefs.texi: basefs.t Makefile 55 55 $(BMENU) -p "Preface" \ 56 56 -u "Top" \ 57 -n "Networking Driver" ${*}.t 58 59 driver.texi: driver.t Makefile 60 $(BMENU) -p "Network Task Structure and Data Flow" \ 61 -u "Top" \ 62 -n "Using Networking in an RTEMS Application" ${*}.t 63 64 networkapp.texi: networkapp.t Makefile 65 $(BMENU) -p "Write the Driver Statistic-Printing Function" \ 66 -u "Top" \ 67 -n "Testing the Driver" ${*}.t 68 69 testing.texi: testing.t Makefile 70 $(BMENU) -p "Socket Options" \ 71 -u "Top" \ 72 -n "Network Servers" ${*}.t 73 74 servers.texi: servers.t Makefile 75 $(BMENU) -p "Throughput" \ 76 -u "Top" \ 77 -n "DEC 21140 Driver" ${*}.t 78 79 decdriver.texi: decdriver.t Makefile 80 $(BMENU) -p "Using Hooks" \ 81 -u "Top" \ 82 -n "Command and Variable Index" ${*}.t 57 -n "" ${*}.t 83 58 84 59 html: dirs $(FILES) 85 60 -mkdir -p $(WWW_INSTALL)/$(PROJECT) 86 rm -f $(WWW_INSTALL)/$(PROJECT)/networkflow.jpg87 rm -f $(WWW_INSTALL)/$(PROJECT)/networkflow.png88 rm -f $(WWW_INSTALL)/$(PROJECT)/PCIreg.jpg89 cp recvbd.jpg $(WWW_INSTALL)/$(PROJECT)/recvbd.jpg90 cp networkflow.jpg $(WWW_INSTALL)/$(PROJECT)/networkflow.jpg91 cp networkflow.png $(WWW_INSTALL)/$(PROJECT)/networkflow.png92 cp PCIreg.jpg $(WWW_INSTALL)/$(PROJECT)/PCIreg.jpg61 # rm -f $(WWW_INSTALL)/$(PROJECT)/networkflow.jpg 62 # rm -f $(WWW_INSTALL)/$(PROJECT)/networkflow.png 63 # rm -f $(WWW_INSTALL)/$(PROJECT)/PCIreg.jpg 64 # cp recvbd.jpg $(WWW_INSTALL)/$(PROJECT)/recvbd.jpg 65 # cp networkflow.jpg $(WWW_INSTALL)/$(PROJECT)/networkflow.jpg 66 # cp networkflow.png $(WWW_INSTALL)/$(PROJECT)/networkflow.png 67 # cp PCIreg.jpg $(WWW_INSTALL)/$(PROJECT)/PCIreg.jpg 93 68 $(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \ 94 69 $(PROJECT).texi … … 104 79 105 80 convert: 106 /usr/bin/gs -dMaxBitmap=300000000 -g5500x7500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=networkflow.pdf -- networkflow.eps -c -quit107 /usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=PCIreg.pdf -- PCIreg.eps -c -quit108 /usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=recvbd.pdf -- recvbd.eps -c -quit81 # /usr/bin/gs -dMaxBitmap=300000000 -g5500x7500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=networkflow.pdf -- networkflow.eps -c -quit 82 # /usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=PCIreg.pdf -- PCIreg.eps -c -quit 83 # /usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=recvbd.pdf -- recvbd.eps -c -quit -
doc/filesystem/filesystem.texi
raa083e49 rdf4edf29 64 64 65 65 @include preface.texi 66 @include basefs.texi 66 67 @ifinfo 67 68 @node Top, Preface, (dir), (dir) … … 72 73 @menu 73 74 * Preface:: 75 * Base File System:: 74 76 * Command and Variable Index:: 75 77 * Concept Index:: -
doc/filesystem/preface.texi
raa083e49 rdf4edf29 8 8 9 9 @ifinfo 10 @node Preface, , Top, Top10 @node Preface, Base File System, Top, Top 11 11 @end ifinfo 12 12 @unnumbered Preface
Note: See TracChangeset
for help on using the changeset viewer.