summaryrefslogtreecommitdiffstats
path: root/doc/supplements/hppa1_1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/supplements/hppa1_1')
-rw-r--r--doc/supplements/hppa1_1/Makefile22
1 files changed, 7 insertions, 15 deletions
diff --git a/doc/supplements/hppa1_1/Makefile b/doc/supplements/hppa1_1/Makefile
index 3760bcc4f2..a5daeb9190 100644
--- a/doc/supplements/hppa1_1/Makefile
+++ b/doc/supplements/hppa1_1/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_hppa1_1
+info: dirs c_hppa1_1
cp c_$(PROJECT) $(INFO_INSTALL)
c_hppa1_1: $(FILES)
$(MAKEINFO) $(PROJECT).texi
-vinfo: info
- $(INFO) -f c_hppa1_1
-
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 TIMES
${REPLACE} -p TIMES wksheets.t
mv wksheets.t.fixed wksheets.texi
-html: $(FILES)
+html: dirs $(FILES)
-mkdir -p $(WWW_INSTALL)/c_hppa1_1
$(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/c_$(PROJECT) \
$(PROJECT).texi