16233
|
1 |
# isaweb configuration
|
|
2 |
# $Id$
|
|
3 |
|
|
4 |
# python interpreter (> 2.2)
|
|
5 |
PYTHON=python2.3
|
|
6 |
|
|
7 |
# GNU find
|
|
8 |
FIND=gfind
|
|
9 |
|
16235
|
10 |
# HTML tidy (needs not to be set if tidy usage is disabled, see below)
|
16233
|
11 |
TIDY=tidy
|
|
12 |
|
|
13 |
# dirs to copy to build target
|
16303
|
14 |
STATICDIRS=img media dist/css dist/img dist/packages dist/misc
|
16233
|
15 |
|
|
16 |
# build target (attention: ~ will not work!)
|
16323
|
17 |
OUTPUTROOT=/usr/proj/isabelle-repository/www
|
16233
|
18 |
|
|
19 |
# location of isabelle distribution packages
|
16243
|
20 |
ISABELLE_DIST=/home/proj/isabelle/dist/Isabelle2004
|
|
21 |
|
|
22 |
# location of isabelle library
|
16278
|
23 |
ISABELLE_LIBR=/home/proj/isabelle/dist/library-Isabelle2004
|
16233
|
24 |
|
|
25 |
# location of doc content file
|
16243
|
26 |
ISABELLE_DOC_CONTENT_FILE=/home/proj/isabelle/Isabelle2004/doc/Contents
|
16233
|
27 |
|
16323
|
28 |
# umask for target files
|
|
29 |
TARGET_UMASK_FILE=664
|
|
30 |
TARGET_UMASK_DIR=775
|
|
31 |
|
16233
|
32 |
# set to a true value to use the "pypager iso-8859-1" hack
|
|
33 |
# (may be neccessary for older versions of HTML tidy)
|
|
34 |
FORCE_ISO_8859_1=
|
|
35 |
|
|
36 |
# set to a true value to disable html tidy postprocessing
|
|
37 |
DISABLE_TIDY=
|