forked from Imagelibrary/rtems
44 lines
1.0 KiB
Plaintext
44 lines
1.0 KiB
Plaintext
#
|
|
# Build information which may change
|
|
#
|
|
# $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
|
|
INFO=info
|
|
XDVI=xdvi -s 4
|
|
GHOSTVIEW=ghostview -magstep -1
|
|
|
|
WWW_INSTALL=$(DOC_INSTALL_BASE)/html/$(DISTRIBUTION_LEVEL)
|
|
INFO_INSTALL=$(DOC_INSTALL_BASE)/info
|
|
PS_INSTALL=$(DOC_INSTALL_BASE)/ps
|
|
|
|
ifeq ($(DISTRIBUTION_LEVEL),support)
|
|
RLEVEL=../
|
|
else
|
|
ifeq ($(DISTRIBUTION_LEVEL),partners)
|
|
RLEVEL=../
|
|
else
|
|
ifeq ($(DISTRIBUTION_LEVEL),internal)
|
|
RLEVEL=../
|
|
endif
|
|
endif
|
|
|
|
#TEXI2WWW_ARGS=-dirfile $(WWW_INSTALL)/index.html \
|
|
# -header $(WWW_INSTALL)/rtems_header.html \
|
|
# -footer $(WWW_INSTALL)/rtems_footer.html
|
|
TEXI2WWW_ARGS=-dirfile ../$(RLEVEL)index.html \
|
|
-header $(WWW_INSTALL)/$(RLEVEL)rtems_header.html \
|
|
-footer $(WWW_INSTALL)/$(RLEVEL)rtems_footer.html
|
|
|