Changeset 4104db2 in rtems
- Timestamp:
- 03/30/98 15:50:33 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5e34bf4
- Parents:
- eff6983d
- Location:
- doc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Make.config
reff6983d r4104db2 27 27 PS_INSTALL=$(DOC_INSTALL_BASE)/ps 28 28 else 29 RLEVEL=.. 29 RLEVEL=../ 30 30 WWW_INSTALL=$(DOC_INSTALL_BASE)/html/$(DISTRIBUTION_LEVEL) 31 31 INFO_INSTALL=$(DOC_INSTALL_BASE)/info/$(DISTRIBUTION_LEVEL) -
doc/Makefile
reff6983d r4104db2 14 14 15 15 dirs: 16 $(make-dirs) 16 17 17 18 headers: -
doc/supplements/hppa1_1/Makefile
reff6983d r4104db2 70 70 71 71 html: dirs $(FILES) 72 -mkdir -p $(WWW_INSTALL)/c_ hppa1_172 -mkdir -p $(WWW_INSTALL)/c_$(PROJECT) 73 73 $(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/c_$(PROJECT) \ 74 74 $(PROJECT).texi -
doc/supplements/sparc/Makefile
reff6983d r4104db2 25 25 bsp.texi callconv.texi cpumodel.texi cputable.texi fatalerr.texi \ 26 26 intr.texi memmodel.texi preface.texi timetbl.texi timedata.texi wksheets.texi 27 28 dirs:29 $(make-dirs)30 27 31 28 INFOFILES=$(wildcard $(PROJECT) $(PROJECT)-*) … … 74 71 mv wksheets.t.fixed wksheets.texi 75 72 76 html: dirs dirs $(FILES) 73 html: dirs $(FILES) 74 -mkdir -p $(WWW_INSTALL)/c_$(PROJECT) 77 75 $(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/c_$(PROJECT) \ 78 76 $(PROJECT).texi
Note: See TracChangeset
for help on using the changeset viewer.