Corrected problem where directories where not being properly created.

Change path to indicate expected snapshot date.
This commit is contained in:
Joel Sherrill
1997-07-31 18:59:59 +00:00
parent db91520362
commit 60593076c8
3 changed files with 10 additions and 7 deletions

View File

@@ -11,9 +11,11 @@ INFO=info
XDVI=xdvi -s 4
GHOSTVIEW=ghostview -magstep -1
WWW_INSTALL=/usr1/tmp/rtemsdoc-4.2.0/html
INFO_INSTALL=/usr1/tmp/rtemsdoc-4.2.0/info
PS_INSTALL=/usr1/tmp/rtemsdoc-4.2.0/ps
DOC_INSTALL_BASE=/usr1/tmp/rtemsdoc-970804
WWW_INSTALL=$(DOC_INSTALL_BASE)/html
INFO_INSTALL=$(DOC_INSTALL_BASE)/info
PS_INSTALL=$(DOC_INSTALL_BASE)/ps
TEXI2WWW_ARGS=-dirfile ../rtems.html \
-header ../rtems_header.html \

View File

@@ -11,10 +11,10 @@ all: info html ps
# find $(WWW_INSTALL) -type d | xargs -e chmod 555
dirs:
-mkdir $(DOC_INSTALL_BASE)
-mkdir $(WWW_INSTALL)
-mkdir $(WWW_INSTALL)/info
-mkdir $(WWW_INSTALL)/html
-mkdir $(WWW_INSTALL)/ps
-mkdir $(INFO_INSTALL)
-mkdir $(PS_INSTALL)
info: dirs
./do_docs $(BASEDIR) info

View File

@@ -5,7 +5,8 @@
basedir=$1
shift
manuals="develenv hppa1_1 i386 i960 m68k relnotes powerpc sparc user ka9q"
manuals="develenv hppa1_1 i386 i960 m68k relnotes powerpc sparc user ka9q \
posix_test_plan ada_user"
# posix_test_plan manual left out until finished
# ada_user manual left out until bindings released