summaryrefslogtreecommitdiffstats
path: root/doc/Makefile
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/Makefile
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/Makefile')
-rw-r--r--doc/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 34c2b5542c..09072f1792 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -13,13 +13,6 @@ all: env info html ps
env: tools dirs headers
dirs:
- -mkdir $(DOC_INSTALL_BASE)
- -mkdir $(WWW_INSTALL)
- -mkdir $(WWW_INSTALL)/partners
- -mkdir $(WWW_INSTALL)/support
- -mkdir $(WWW_INSTALL)/internal
- -mkdir $(INFO_INSTALL)
- -mkdir $(PS_INSTALL)
headers:
sed -e 's/RTEMS_VERSION/$(RTEMS_VERSION)/' \
@@ -36,7 +29,7 @@ html: env
cp common/*.gif common/*.jpg $(WWW_INSTALL)
./do_docs $(BASEDIR) html
-ps: env
+ps: dirs env
./do_docs $(BASEDIR) ps
clean: