From 04e5f1c3522906b3cf48b6bd25178e5e0f4be3d4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 28 May 1997 20:34:00 +0000 Subject: updated to add ka9q documents --- doc/Makefile | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'doc/Makefile') 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: -- cgit v1.2.3