summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/posix1003.1')
-rw-r--r--doc/posix1003.1/Makefile22
1 files changed, 7 insertions, 15 deletions
diff --git a/doc/posix1003.1/Makefile b/doc/posix1003.1/Makefile
index 9a7ee803da..ca16406029 100644
--- a/doc/posix1003.1/Makefile
+++ b/doc/posix1003.1/Makefile
@@ -11,7 +11,10 @@ DISTRIBUTION_LEVEL=partners
include ../Make.config
-all:
+all: html info ps
+
+dirs:
+ $(make-dirs)
COMMON_FILES=../common/cpright.texi ../common/setup.texi
@@ -23,33 +26,22 @@ GENERATED_FILES=ch01.texi ch02.texi ch03.texi ch04.texi ch05.texi \
FILES= $(PROJECT).texi \
preface.texi $(GENERATED_FILES)
-all:
-
INFOFILES=$(wildcard $(PROJECT) $(PROJECT)-*)
-info: $(PROJECT)
+info: dirs $(PROJECT)
#cp $(wildcard $(PROJECT) $(PROJECT)-*) $(INFO_INSTALL)
cp $(PROJECT) $(INFO_INSTALL)
$(PROJECT): $(FILES)
$(MAKEINFO) $(PROJECT).texi
-vinfo: info
- $(INFO) -f $(PROJECT)
-
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
-
# run texi2dvi twice to generate the xref's properly.
$(PROJECT).dvi: $(FILES)
$(TEXI2DVI) -v $(PROJECT).texi
@@ -155,7 +147,7 @@ ch19.texi: ch19.t
-u "Top" \
-n "Command and Variable Index" ${*}.t
-html: $(FILES)
+html: dirs $(FILES)
-mkdir -p $(WWW_INSTALL)/$(PROJECT)
$(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \
$(PROJECT).texi