Changeset 2071990 in rtems


Ignore:
Timestamp:
03/14/98 18:06:08 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
17ab8f5b
Parents:
22c9e0e
Message:

Added summary chapter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/posix1003.1/Makefile

    r22c9e0e r2071990  
    1818                ch06.texi ch07.texi ch08.texi ch09.texi ch10.texi \
    1919                ch11.texi ch12.texi ch13.texi ch14.texi ch15.texi \
    20                 ch16.texi ch17.texi ch18.texi
     20                ch16.texi ch17.texi ch18.texi ch19.t ch19.texi
    2121
    2222FILES= $(PROJECT).texi \
     
    141141        $(BMENU) -c -p "Thread-Specific Data Key Deletion" \
    142142            -u "Top" \
     143            -n "Compliance Summary" ${*}.t
     144
     145ch19.t: ch01.t ch02.t ch03.t ch04.t ch05.t ch06.t ch07.t ch08.t ch09.t \
     146        ch10.t ch11.t ch12.t ch13.t ch14.t ch15.t ch16.t ch17.t ch18.t
     147        ./summarize >ch19.t
     148
     149ch19.texi: ch19.t
     150        $(BMENU) -c -p "List of Cancellation Points" \
     151            -u "Top" \
    143152            -n "Command and Variable Index" ${*}.t
    144 
     153       
    145154
    146155html: $(FILES)
Note: See TracChangeset for help on using the changeset viewer.