summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-07-31 18:59:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-07-31 18:59:59 +0000
commit60593076c8e83e44e359d54dbc37416840e040d2 (patch)
treee012289b8fba81085a7b03decc36b9918c576224
parentcorrected typos and changes LANGUAGE to RTEMS-LANGUAGE. (diff)
downloadrtems-60593076c8e83e44e359d54dbc37416840e040d2.tar.bz2
Corrected problem where directories where not being properly created.
Change path to indicate expected snapshot date.
-rw-r--r--doc/Make.config8
-rw-r--r--doc/Makefile6
-rwxr-xr-xdoc/do_docs3
3 files changed, 10 insertions, 7 deletions
diff --git a/doc/Make.config b/doc/Make.config
index 7cb472b35d..583a8a675f 100644
--- a/doc/Make.config
+++ b/doc/Make.config
@@ -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 \
diff --git a/doc/Makefile b/doc/Makefile
index 024016ab81..14b8c2927d 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -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
diff --git a/doc/do_docs b/doc/do_docs
index 6099c18645..3643f30437 100755
--- a/doc/do_docs
+++ b/doc/do_docs
@@ -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