Changeset 982e295e in rtems for doc/new_chapters/Makefile


Ignore:
Timestamp:
11/19/98 16:41:04 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
febb47e
Parents:
424b9b2f
Message:

Stripped down to be just new chapters.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/new_chapters/Makefile

    r424b9b2f r982e295e  
    77#
    88
    9 PROJECT=posix_users_new
     9PROJECT=new_chapters
    1010DISTRIBUTION_LEVEL=public
    1111
     
    2020
    2121GENERATED_FILES= \
    22    adminiface.texi cancel.texi clock.texi cond.texi confspace.texi \
    23    cspecific.texi device.texi dumpcontrol.texi eventlog.texi files.texi \
    24    io.texi key.texi memorymgmt.texi message.texi mutex.texi procenv.texi \
    25    process.texi sched.texi semaphores.texi signal.texi systemdb.texi \
    26    thread.texi \
     22   adminiface.texi confspace.texi \
     23   dumpcontrol.texi eventlog.texi \
    2724   stackchk.texi rtmonuse.texi cpuuse.texi error.texi monitor.texi
    2825
    29 FILES= posix_users.texi preface.texi \
     26FILES= $(PROJECT).texi \
    3027  $(COMMON_FILES) $(GENERATED_FILES)
    3128
     
    3734
    3835$(PROJECT): $(FILES)
    39         $(MAKEINFO) posix_users.texi
     36        $(MAKEINFO) $(PROJECT).texi
    4037
    4138dvi: $(PROJECT).dvi
     
    4744
    4845$(PROJECT).dvi: $(FILES)
    49         $(TEXI2DVI) posix_users.texi
    50         mv posix_users.dvi $(PROJECT).dvi
     46        $(TEXI2DVI) $(PROJECT).texi
    5147
    5248html: dirs $(FILES)
     
    5450        -cd .. ; gmake headers
    5551        $(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \
    56             posix_users.texi
     52            $(PROJECT).texi
    5753
    5854clean:
     
    6056        rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE)
    6157        rm -f $(PROJECT) $(PROJECT)-* _* $(GENERATED_FILES)
    62 
    63 process.texi: process.t Makefile
    64          $(BMENU) -p "" \
    65             -u "Top" \
    66             -n "" ${*}.t
    67 
    68 procenv.texi: procenv.t Makefile
    69          $(BMENU) -p "" \
    70             -u "Top" \
    71             -n "" ${*}.t
    72 
    73 files.texi: files.t Makefile
    74          $(BMENU) -p "" \
    75             -u "Top" \
    76             -n "" ${*}.t
    77 
    78 thread.texi: thread.t Makefile
    79          $(BMENU) -p "" \
    80             -u "Top" \
    81             -n "" ${*}.t
    82 
    83 signal.texi: signal.t Makefile
    84          $(BMENU) -p "" \
    85             -u "Top" \
    86             -n "" ${*}.t
    87 
    88 mutex.texi: mutex.t Makefile
    89          $(BMENU) -p "" \
    90             -u "Top" \
    91             -n "" ${*}.t
    92 
    93 cond.texi: cond.t Makefile
    94          $(BMENU) -p "" \
    95             -u "Top" \
    96             -n "" ${*}.t
    97 
    98 key.texi: key.t Makefile
    99          $(BMENU) -p "" \
    100             -u "Top" \
    101             -n "" ${*}.t
    102 
    103 clock.texi: clock.t Makefile
    104          $(BMENU) -p "" \
    105             -u "Top" \
    106             -n "" ${*}.t
    107 
    108 sched.texi: sched.t Makefile
    109          $(BMENU) -p "" \
    110             -u "Top" \
    111             -n "" ${*}.t
    112 
    113 io.texi: io.t Makefile
    114          $(BMENU) -p "" \
    115             -u "Top" \
    116             -n "" ${*}.t
    117 
    118 device.texi: device.t Makefile
    119          $(BMENU) -p "" \
    120             -u "Top" \
    121             -n "" ${*}.t
    122 
    123 cspecific.texi: cspecific.t Makefile
    124          $(BMENU) -p "" \
    125             -u "Top" \
    126             -n "" ${*}.t
    127 
    128 semaphores.texi: semaphores.t Makefile
    129          $(BMENU) -p "" \
    130             -u "Top" \
    131             -n "" ${*}.t
    132 
    133 memorymgmt.texi: memorymgmt.t Makefile
    134          $(BMENU) -p "" \
    135             -u "Top" \
    136             -n "" ${*}.t
    137 
    138 message.texi: message.t Makefile
    139          $(BMENU) -p "" \
    140             -u "Top" \
    141             -n "" ${*}.t
    142 
    143 cancel.texi: cancel.t Makefile
    144          $(BMENU) -p "" \
    145             -u "Top" \
    146             -n "" ${*}.t
    14758
    14859eventlog.texi: eventlog.t Makefile
     
    16273
    16374adminiface.texi: adminiface.t Makefile
    164          $(BMENU) -p "" \
    165             -u "Top" \
    166             -n "" ${*}.t
    167 
    168 systemdb.texi: systemdb.t Makefile
    16975         $(BMENU) -p "" \
    17076            -u "Top" \
Note: See TracChangeset for help on using the changeset viewer.