source: rtems/doc/Make.config @ 55ce02c0

4.104.114.84.95
Last change on this file since 55ce02c0 was 55ce02c0, checked in by Joel Sherrill <joel.sherrill@…>, on 03/30/98 at 14:25:39

Added support for multiple distribution levels.

  • Property mode set to 100644
File size: 1.0 KB
Line 
1#
2#  Build information which may change
3#
4#  $Id$
5#
6
7RTEMS_VERSION=4.0.0-beta1
8DOC_INSTALL_BASE=/usr1/tmp/rtemsdoc-$(RTEMS_VERSION)
9
10SRCDIR=/usr1/rtems/rtemsdoc-work
11
12BMENU=$(SRCDIR)/tools/bmenu/bmenu
13PDL2TEXI=$(SRCDIR)/tools/pdl2texi/pdl2texi
14
15TEXI2DVI=/usr1/tmp/texi2www-960103/texi2dvi
16TEXI2WWW=/usr1/tmp/texi2www-960103/texi2www
17MAKEINFO=makeinfo
18INFO=info
19XDVI=xdvi -s 4
20GHOSTVIEW=ghostview -magstep -1
21
22WWW_INSTALL=$(DOC_INSTALL_BASE)/html/$(DISTRIBUTION_LEVEL)
23INFO_INSTALL=$(DOC_INSTALL_BASE)/info
24PS_INSTALL=$(DOC_INSTALL_BASE)/ps
25
26ifeq ($(DISTRIBUTION_LEVEL),support)
27RLEVEL=../
28else
29ifeq ($(DISTRIBUTION_LEVEL),partners)
30RLEVEL=../
31else
32ifeq ($(DISTRIBUTION_LEVEL),internal)
33RLEVEL=../
34endif
35endif
36
37#TEXI2WWW_ARGS=-dirfile $(WWW_INSTALL)/index.html \
38#          -header $(WWW_INSTALL)/rtems_header.html \
39#          -footer $(WWW_INSTALL)/rtems_footer.html
40TEXI2WWW_ARGS=-dirfile ../$(RLEVEL)index.html \
41          -header $(WWW_INSTALL)/$(RLEVEL)rtems_header.html \
42          -footer $(WWW_INSTALL)/$(RLEVEL)rtems_footer.html
43
Note: See TracBrowser for help on using the repository browser.