Better handling of local documentation tools and corrected invocation

of texi2www to correct path information.
This commit is contained in:
Joel Sherrill
1998-03-26 20:34:38 +00:00
parent 5a348d3559
commit 7c8c76749f

View File

@@ -4,6 +4,14 @@
# $Id$ # $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 TEXI2DVI=/usr1/tmp/texi2www-960103/texi2dvi
TEXI2WWW=/usr1/tmp/texi2www-960103/texi2www TEXI2WWW=/usr1/tmp/texi2www-960103/texi2www
MAKEINFO=makeinfo MAKEINFO=makeinfo
@@ -11,13 +19,14 @@ INFO=info
XDVI=xdvi -s 4 XDVI=xdvi -s 4
GHOSTVIEW=ghostview -magstep -1 GHOSTVIEW=ghostview -magstep -1
DOC_INSTALL_BASE=/usr1/tmp/rtemsdoc-970904
WWW_INSTALL=$(DOC_INSTALL_BASE)/html WWW_INSTALL=$(DOC_INSTALL_BASE)/html
INFO_INSTALL=$(DOC_INSTALL_BASE)/info INFO_INSTALL=$(DOC_INSTALL_BASE)/info
PS_INSTALL=$(DOC_INSTALL_BASE)/ps PS_INSTALL=$(DOC_INSTALL_BASE)/ps
TEXI2WWW_ARGS=-dirfile ../rtems.html \ #TEXI2WWW_ARGS=-dirfile $(WWW_INSTALL)/index.html \
-header ../rtems_header.html \ # -header $(WWW_INSTALL)/rtems_header.html \
-footer ../rtems_footer.html # -footer $(WWW_INSTALL)/rtems_footer.html
TEXI2WWW_ARGS=-dirfile ../index.html \
-header $(WWW_INSTALL)/rtems_header.html \
-footer $(WWW_INSTALL)/rtems_footer.html