summaryrefslogtreecommitdiffstats
path: root/doc/supplements/sparc
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/sparc
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/sparc')
-rw-r--r--doc/supplements/sparc/Makefile26
1 files changed, 10 insertions, 16 deletions
diff --git a/doc/supplements/sparc/Makefile b/doc/supplements/sparc/Makefile
index 70398a2971..2030ff426f 100644
--- a/doc/supplements/sparc/Makefile
+++ b/doc/supplements/sparc/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,32 +25,24 @@ 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:
+dirs:
+ $(make-dirs)
INFOFILES=$(wildcard $(PROJECT) $(PROJECT)-*)
-info: c_sparc
+info: dirs c_sparc
cp c_$(PROJECT) c_$(PROJECT)-* $(INFO_INSTALL)
c_sparc: $(FILES)
$(MAKEINFO) $(PROJECT).texi
-vinfo: info
- $(INFO) -f c_sparc
-
dvi: $(PROJECT).dvi
-ps: $(PROJECT).ps
+ps: dirs $(PROJECT).ps
-$(PROJECT).ps: $(PROJECT).dvi
+$(PROJECT).ps: dirs $(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
@@ -78,8 +73,7 @@ wksheets.texi: wksheets.t SIS_TIMES
${REPLACE} -p SIS_TIMES wksheets.t
mv wksheets.t.fixed wksheets.texi
-html: $(FILES)
- -mkdir -p $(WWW_INSTALL)/c_sparc
+html: dirs dirs $(FILES)
$(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/c_$(PROJECT) \
$(PROJECT).texi