summaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
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: