Changeset 3869b53 in rtems


Ignore:
Timestamp:
11/09/99 02:04:33 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
bb11d7e
Parents:
b8a0aad1
Message:

Added Status chapter.

Location:
doc/itron3.0
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • doc/itron3.0/Makefile

    rb8a0aad1 r3869b53  
    2323
    2424GENERATED_FILES= \
     25    status.texi \
    2526    task.texi tasksync.texi semaphore.texi eventflags.texi mailbox.texi \
    2627    msgbuffer.texi rendezvous.texi interrupt.texi memorypool.texi \
     
    4041dvi: $(PROJECT).dvi
    4142ps: $(PROJECT).ps
     43pdf: $(PROJECT).pdf
    4244       
    4345$(PROJECT).ps: $(PROJECT).dvi
     
    4547
    4648$(PROJECT).dvi: $(FILES)
     49        $(TEXI2DVI) $(PROJECT).texi
     50
     51$(PROJECT).pdf: $(FILES)
    4752        $(TEXI2DVI) $(PROJECT).texi
    4853
     
    5762        rm -f $(PROJECT) $(PROJECT)-* _* $(GENERATED_FILES)
    5863        rm -rf html
     64
     65status.texi: status.t Makefile
     66        $(BMENU) -p "" \
     67            -u "Top" \
     68            -n "" ${*}.t
    5969
    6070task.texi: task.t Makefile
  • doc/itron3.0/itron.texi

    rb8a0aad1 r3869b53  
    8585@c  The alternative is to rework a sentence to avoid this problem.
    8686
     87@include status.texi
    8788@include task.texi
    8889@include tasksync.texi
     
    9899@include config.texi
    99100@include network.texi
    100 @include psxmsg.texi
    101 @include psxsem.texi
    102101@ifinfo
    103102@node Top, , (dir), (dir)
     
    107106
    108107@menu
     108* ITRON Implementation Status::
    109109* Task Manager::
    110110* Task-Dependent Synchronization Manager::
     
    120120* System Manager::
    121121* Network Support Manager::
    122 * POSIX Message Passing Manager::
    123 * POSIX Semaphores Manager::
    124122* Command and Variable Index::
    125123* Concept Index::
Note: See TracChangeset for help on using the changeset viewer.