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/develenv/Makefile | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) (limited to 'doc/develenv') diff --git a/doc/develenv/Makefile b/doc/develenv/Makefile index d7dfda88a6..c93c8da2d7 100644 --- a/doc/develenv/Makefile +++ b/doc/develenv/Makefile @@ -11,40 +11,32 @@ DISTRIBUTION_LEVEL=public include ../Make.config -all: +all: html info ps + +dirs: + $(make-dirs) COMMON_FILES=../common/cpright.texi FILES=compile.texi $(PROJECT).texi direct.texi intro.texi sample.texi utils.texi -all: - -info: $(PROJECT) +info: dirs $(PROJECT) 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) -view: ps - $(GHOSTVIEW) $(PROJECT).ps - -dv: dvi - $(XDVI) $(PROJECT).dvi - $(PROJECT).dvi: $(FILES) $(TEXI2DVI) $(PROJECT).texi -html: +html: dirs -mkdir -p $(WWW_INSTALL)/$(PROJECT) -cd .. ; gmake headers $(TEXI2WWW) $(TEXI2WWW_ARGS) -dir $(WWW_INSTALL)/$(PROJECT) \ -- cgit v1.2.3