From eff6983de76ac2e5e28e60711c2fd214c313dd60 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 30 Mar 1998 14:58:53 +0000 Subject: Making the stanza right and improving the way the isntall directories are built --- doc/relnotes/Makefile | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) (limited to 'doc/relnotes') diff --git a/doc/relnotes/Makefile b/doc/relnotes/Makefile index 7de1064aef..ac1d9db641 100644 --- a/doc/relnotes/Makefile +++ b/doc/relnotes/Makefile @@ -11,40 +11,32 @@ DISTRIBUTION_LEVEL=internal include ../Make.config -all: +all: html info ps + +dirs: + $(make-dirs) COMMON_FILES=../common/cpright.texi FILES=install.texi intro.texi probrep.texi relnotes.texi status.texi -all: - -info: relnotes +info: dirs relnotes cp $(PROJECT) $(wildcard $(PROJECT)-*) $(INFO_INSTALL) relnotes: $(FILES) $(MAKEINFO) $(PROJECT).texi -vinfo: info - $(INFO) -f relnotes - 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) -view: ps - $(GHOSTVIEW) $(PROJECT).ps - -dv: dvi - $(XDVI) $(PROJECT).dvi - $(PROJECT).dvi: $(FILES) $(TEXI2DVI) $(PROJECT).texi -html: +html: dirs -mkdir -p $(WWW_INSTALL)/relnotes $(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \ $(PROJECT).texi -- cgit v1.2.3