Changeset 982e295e in rtems for doc/new_chapters/Makefile
- Timestamp:
- 11/19/98 16:41:04 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- febb47e
- Parents:
- 424b9b2f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/new_chapters/Makefile
r424b9b2f r982e295e 7 7 # 8 8 9 PROJECT= posix_users_new9 PROJECT=new_chapters 10 10 DISTRIBUTION_LEVEL=public 11 11 … … 20 20 21 21 GENERATED_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 \ 27 24 stackchk.texi rtmonuse.texi cpuuse.texi error.texi monitor.texi 28 25 29 FILES= posix_users.texi preface.texi \26 FILES= $(PROJECT).texi \ 30 27 $(COMMON_FILES) $(GENERATED_FILES) 31 28 … … 37 34 38 35 $(PROJECT): $(FILES) 39 $(MAKEINFO) posix_users.texi36 $(MAKEINFO) $(PROJECT).texi 40 37 41 38 dvi: $(PROJECT).dvi … … 47 44 48 45 $(PROJECT).dvi: $(FILES) 49 $(TEXI2DVI) posix_users.texi 50 mv posix_users.dvi $(PROJECT).dvi 46 $(TEXI2DVI) $(PROJECT).texi 51 47 52 48 html: dirs $(FILES) … … 54 50 -cd .. ; gmake headers 55 51 $(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \ 56 posix_users.texi52 $(PROJECT).texi 57 53 58 54 clean: … … 60 56 rm -f *.dvi *.ps *.log *.aux *.cp *.fn *.ky *.pg *.toc *.tp *.vr $(BASE) 61 57 rm -f $(PROJECT) $(PROJECT)-* _* $(GENERATED_FILES) 62 63 process.texi: process.t Makefile64 $(BMENU) -p "" \65 -u "Top" \66 -n "" ${*}.t67 68 procenv.texi: procenv.t Makefile69 $(BMENU) -p "" \70 -u "Top" \71 -n "" ${*}.t72 73 files.texi: files.t Makefile74 $(BMENU) -p "" \75 -u "Top" \76 -n "" ${*}.t77 78 thread.texi: thread.t Makefile79 $(BMENU) -p "" \80 -u "Top" \81 -n "" ${*}.t82 83 signal.texi: signal.t Makefile84 $(BMENU) -p "" \85 -u "Top" \86 -n "" ${*}.t87 88 mutex.texi: mutex.t Makefile89 $(BMENU) -p "" \90 -u "Top" \91 -n "" ${*}.t92 93 cond.texi: cond.t Makefile94 $(BMENU) -p "" \95 -u "Top" \96 -n "" ${*}.t97 98 key.texi: key.t Makefile99 $(BMENU) -p "" \100 -u "Top" \101 -n "" ${*}.t102 103 clock.texi: clock.t Makefile104 $(BMENU) -p "" \105 -u "Top" \106 -n "" ${*}.t107 108 sched.texi: sched.t Makefile109 $(BMENU) -p "" \110 -u "Top" \111 -n "" ${*}.t112 113 io.texi: io.t Makefile114 $(BMENU) -p "" \115 -u "Top" \116 -n "" ${*}.t117 118 device.texi: device.t Makefile119 $(BMENU) -p "" \120 -u "Top" \121 -n "" ${*}.t122 123 cspecific.texi: cspecific.t Makefile124 $(BMENU) -p "" \125 -u "Top" \126 -n "" ${*}.t127 128 semaphores.texi: semaphores.t Makefile129 $(BMENU) -p "" \130 -u "Top" \131 -n "" ${*}.t132 133 memorymgmt.texi: memorymgmt.t Makefile134 $(BMENU) -p "" \135 -u "Top" \136 -n "" ${*}.t137 138 message.texi: message.t Makefile139 $(BMENU) -p "" \140 -u "Top" \141 -n "" ${*}.t142 143 cancel.texi: cancel.t Makefile144 $(BMENU) -p "" \145 -u "Top" \146 -n "" ${*}.t147 58 148 59 eventlog.texi: eventlog.t Makefile … … 162 73 163 74 adminiface.texi: adminiface.t Makefile 164 $(BMENU) -p "" \165 -u "Top" \166 -n "" ${*}.t167 168 systemdb.texi: systemdb.t Makefile169 75 $(BMENU) -p "" \ 170 76 -u "Top" \
Note: See TracChangeset
for help on using the changeset viewer.