summaryrefslogtreecommitdiffstats
path: root/doc/Makefile
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-05-28 20:34:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-05-28 20:34:00 +0000
commit04e5f1c3522906b3cf48b6bd25178e5e0f4be3d4 (patch)
tree8951747ba43a7fd6ecb08dfd8bcf43e41cb98308 /doc/Makefile
parent4.0.0 release docs (diff)
downloadrtems-04e5f1c3522906b3cf48b6bd25178e5e0f4be3d4.tar.bz2
updated to add ka9q documents
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 9db3b61819..616c7d5ceb 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -7,15 +7,21 @@ all: info html ps
# find $(WWW_INSTALL) -type f | xargs -e chmod 444
# find $(WWW_INSTALL) -type d | xargs -e chmod 555
-info:
+dirs:
+ -mkdir $(WWW_INSTALL)
+ -mkdir $(WWW_INSTALL)/info
+ -mkdir $(WWW_INSTALL)/html
+ -mkdir $(WWW_INSTALL)/ps
+
+info: dirs
./do_docs $(BASEDIR) info
-html:
+html: dirs
cp common/*.gif common/*.jpg $(WWW_INSTALL)
cp rtems.html HELP.html $(WWW_INSTALL)
./do_docs $(BASEDIR) html
-ps:
+ps: dirs
./do_docs $(BASEDIR) ps
clean: