summaryrefslogtreecommitdiffstats
path: root/doc/Make.config
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 /doc/Make.config
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.
Diffstat (limited to '')
-rw-r--r--doc/Make.config8
1 files changed, 5 insertions, 3 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 \