summaryrefslogtreecommitdiffstats
path: root/doc/supplements/i960
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-30 14:58:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-30 14:58:53 +0000
commiteff6983de76ac2e5e28e60711c2fd214c313dd60 (patch)
treefdf86e474303d351a97c8579ce89b39268d45650 /doc/supplements/i960
parentCorrected distribution levels for html (diff)
downloadrtems-eff6983de76ac2e5e28e60711c2fd214c313dd60.tar.bz2
Making the stanza right and improving the way the isntall directories are built
Diffstat (limited to 'doc/supplements/i960')
-rw-r--r--doc/supplements/i960/Makefile22
1 files changed, 7 insertions, 15 deletions
diff --git a/doc/supplements/i960/Makefile b/doc/supplements/i960/Makefile
index 89343a3fa2..bb3bbf4abb 100644
--- a/doc/supplements/i960/Makefile
+++ b/doc/supplements/i960/Makefile
@@ -13,7 +13,10 @@ include ../Make.config
REPLACE=../tools/word-replace
-all:
+all: html info ps
+
+dirs:
+ $(make-dirs)
COMMON_FILES=../common/cpright.texi ../common/setup.texi \
../common/timing.texi
@@ -22,30 +25,19 @@ FILES= $(PROJECT).texi \
bsp.texi callconv.texi cpumodel.texi cputable.texi fatalerr.texi \
intr.texi memmodel.texi preface.texi timetbl.texi timedata.texi wksheets.texi
-all:
-
-info: c_i960
+info: dirs c_i960
cp c_$(PROJECT) $(INFO_INSTALL)
c_i960: $(FILES)
$(MAKEINFO) $(PROJECT).texi
-vinfo: info
- $(INFO) -f c_i960
-
dvi: $(PROJECT).dvi
-ps: $(PROJECT).ps
+ps: dirs $(PROJECT).ps
$(PROJECT).ps: $(PROJECT).dvi
dvips -o $(PROJECT).ps $(PROJECT).dvi
cp $(PROJECT).ps $(PS_INSTALL)
-dv: dvi
- $(XDVI) $(PROJECT).dvi
-
-view: ps
- $(GHOSTVIEW) $(PROJECT).ps
-
$(PROJECT).dvi: $(FILES)
$(TEXI2DVI) $(PROJECT).texi
@@ -76,7 +68,7 @@ wksheets.texi: wksheets.t CVME961_TIMES
${REPLACE} -p CVME961_TIMES wksheets.t
mv wksheets.t.fixed wksheets.texi
-html: $(FILES)
+html: dirs $(FILES)
-mkdir -p $(WWW_INSTALL)/c_i960
$(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/c_$(PROJECT) \
$(PROJECT).texi