| author | wenzelm |
| Fri, 10 Feb 2006 02:22:29 +0100 | |
| changeset 18993 | f055b4fe381e |
| parent 17945 | 2146e292f62f |
| child 19331 | f5e84acd7d3f |
| permissions | -rw-r--r-- |
| 16233 | 1 |
# isaweb configuration |
2 |
# $Id$ |
|
3 |
||
| 17742 | 4 |
# build target (attention: ~ will not work!) |
5 |
OUTPUTROOT=$(HOME)/isabelle/website_test |
|
6 |
#~ OUTPUTROOT=/home/proj/isabelle/website |
|
7 |
||
8 |
# location of isabelle distribution packages |
|
| 17910 | 9 |
ISABELLE_DIST=$(DISTBASE) |
| 17742 | 10 |
|
11 |
# location of doc content file |
|
|
17945
2146e292f62f
towards an improved website/makedist integration
haftmann
parents:
17910
diff
changeset
|
12 |
ISABELLE_DOC_CONTENT_FILE=$(DISTBASE)/$(DISTNAME)/doc/Contents |
| 17742 | 13 |
|
14 |
# dirs to copy to build target |
|
15 |
STATICDIRS=css img media misc |
|
16 |
||
17 |
# umask/group for target files |
|
| 17743 | 18 |
TARGET_UMASK_FILE=u=rw,g=rw,o=r |
19 |
TARGET_UMASK_DIR=u=rwx,g=rwx,o=rx,g+s |
|
| 17742 | 20 |
TARGET_GROUP=isabelle |
| 17743 | 21 |
LOCAL_UMASK_FILE=u=rw,g=rw,o=r |
22 |
LOCAL_UMASK_DIR=u=rwx,g=rwx,o=rx,g+s |
|
23 |
LOCAL_GROUP=isabelle |
|
| 17742 | 24 |
|
| 17671 | 25 |
# python interpreter (>= 2.3) |
| 16233 | 26 |
PYTHON=python2.3 |
27 |
||
28 |
# GNU find |
|
29 |
FIND=gfind |
|
30 |
||
| 17671 | 31 |
# GNU copy |
32 |
COPY=gcp |
|
33 |
||
| 16235 | 34 |
# HTML tidy (needs not to be set if tidy usage is disabled, see below) |
| 16233 | 35 |
TIDY=tidy |
36 |
||
| 17910 | 37 |
# rsync (if not set, use dumb cp instead) |
38 |
RSYNC=rsync |
|
39 |
||
| 16233 | 40 |
# set to a true value to use the "pypager iso-8859-1" hack |
41 |
# (may be neccessary for older versions of HTML tidy) |
|
42 |
FORCE_ISO_8859_1= |
|
43 |
||
44 |
# set to a true value to disable html tidy postprocessing |
|
45 |
DISABLE_TIDY= |