summaryrefslogtreecommitdiffstats
path: root/doc/Make.config
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-26 20:34:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-26 20:34:38 +0000
commit7c8c76749f21417529acbdb21dcc65b1cb2c0c45 (patch)
treee710e7fc4939c6e09148ae8e38f3cfc16bd09fb6 /doc/Make.config
parentUpdated for SH port and variable insertion of version. (diff)
downloadrtems-7c8c76749f21417529acbdb21dcc65b1cb2c0c45.tar.bz2
Better handling of local documentation tools and corrected invocation
of texi2www to correct path information.
Diffstat (limited to 'doc/Make.config')
-rw-r--r--doc/Make.config19
1 files changed, 14 insertions, 5 deletions
diff --git a/doc/Make.config b/doc/Make.config
index b0712603dc..64f72d37e5 100644
--- a/doc/Make.config
+++ b/doc/Make.config
@@ -4,6 +4,14 @@
# $Id$
#
+RTEMS_VERSION=4.0.0-beta1
+DOC_INSTALL_BASE=/usr1/tmp/rtemsdoc-$(RTEMS_VERSION)
+
+SRCDIR=/usr1/rtems/rtemsdoc-work
+
+BMENU=$(SRCDIR)/tools/bmenu/bmenu
+PDL2TEXI=$(SRCDIR)/tools/pdl2texi/pdl2texi
+
TEXI2DVI=/usr1/tmp/texi2www-960103/texi2dvi
TEXI2WWW=/usr1/tmp/texi2www-960103/texi2www
MAKEINFO=makeinfo
@@ -11,13 +19,14 @@ INFO=info
XDVI=xdvi -s 4
GHOSTVIEW=ghostview -magstep -1
-DOC_INSTALL_BASE=/usr1/tmp/rtemsdoc-970904
-
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 \
- -footer ../rtems_footer.html
+#TEXI2WWW_ARGS=-dirfile $(WWW_INSTALL)/index.html \
+# -header $(WWW_INSTALL)/rtems_header.html \
+# -footer $(WWW_INSTALL)/rtems_footer.html
+TEXI2WWW_ARGS=-dirfile ../index.html \
+ -header $(WWW_INSTALL)/rtems_header.html \
+ -footer $(WWW_INSTALL)/rtems_footer.html