summaryrefslogtreecommitdiffstats
path: root/doc/develenv
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/develenv
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/develenv')
-rw-r--r--doc/develenv/Makefile22
1 files changed, 7 insertions, 15 deletions
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) \