Making the stanza right and improving the way the isntall directories are built

This commit is contained in:
Joel Sherrill
1998-03-30 14:58:53 +00:00
parent ca0b18a1be
commit eff6983de7
15 changed files with 115 additions and 218 deletions

View File

@@ -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: