Changeset df4edf29 in rtems


Ignore:
Timestamp:
10/07/99 22:31:00 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ebd21dc
Parents:
aa083e49
Message:

Added Base File System chapter. Builds completely.

Location:
doc/filesystem
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • doc/filesystem/Makefile

    raa083e49 rdf4edf29  
    2222COMMON_FILES=../common/cpright.texi ../common/setup.texi
    2323
    24 GENERATED_FILES=
     24GENERATED_FILES=basefs.texi
    2525
    2626FILES= $(PROJECT).texi \
     
    5252        cp $(PROJECT).dvi $(WWW_INSTALL)/$(PROJECT)
    5353
    54 networktasks.texi: networktasks.t Makefile
     54basefs.texi: basefs.t Makefile
    5555        $(BMENU) -p "Preface" \
    5656           -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
    8358
    8459html: dirs $(FILES)
    8560        -mkdir -p $(WWW_INSTALL)/$(PROJECT)
    86         rm -f $(WWW_INSTALL)/$(PROJECT)/networkflow.jpg
    87         rm -f $(WWW_INSTALL)/$(PROJECT)/networkflow.png
    88         rm -f $(WWW_INSTALL)/$(PROJECT)/PCIreg.jpg
    89         cp recvbd.jpg $(WWW_INSTALL)/$(PROJECT)/recvbd.jpg
    90         cp networkflow.jpg $(WWW_INSTALL)/$(PROJECT)/networkflow.jpg
    91         cp networkflow.png $(WWW_INSTALL)/$(PROJECT)/networkflow.png
    92         cp PCIreg.jpg $(WWW_INSTALL)/$(PROJECT)/PCIreg.jpg
     61        # 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
    9368        $(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \
    9469            $(PROJECT).texi
     
    10479
    10580convert:
    106         /usr/bin/gs -dMaxBitmap=300000000 -g5500x7500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER  -sOutputFile=networkflow.pdf -- networkflow.eps -c -quit
    107         /usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=PCIreg.pdf -- PCIreg.eps -c -quit
    108         /usr/bin/gs -dMaxBitmap=300000000 -g4500x5500 -sDEVICE=pdfwrite -q -dNOPAUSE -dSAFER -sOutputFile=recvbd.pdf -- recvbd.eps -c -quit
     81#       /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  
    6464
    6565@include preface.texi
     66@include basefs.texi
    6667@ifinfo
    6768@node Top, Preface, (dir), (dir)
     
    7273@menu
    7374* Preface::
     75* Base File System::
    7476* Command and Variable Index::
    7577* Concept Index::
  • doc/filesystem/preface.texi

    raa083e49 rdf4edf29  
    88
    99@ifinfo
    10 @node Preface, , Top, Top
     10@node Preface, Base File System, Top, Top
    1111@end ifinfo
    1212@unnumbered Preface
Note: See TracChangeset for help on using the changeset viewer.