Admin/website/build/localconf.sun.template.mak
author haftmann
Tue, 27 Sep 2005 15:30:37 +0200
changeset 17671 e9e341bc7d42
parent 17563 abb280dd3431
child 17679 c5f49e4856e3
permissions -rw-r--r--
website preparation for Isabelle2005

# isaweb configuration
# $Id$

# python interpreter (>= 2.3)
PYTHON=python2.3

# GNU find
FIND=gfind

# GNU copy
COPY=gcp

# HTML tidy (needs not to be set if tidy usage is disabled, see below)
TIDY=tidy

# dirs to copy to build target
STATICDIRS=css img media misc

# build target (attention: ~ will not work!)
OUTPUTROOT=$(HOME)/isabelle/website_test

# location of isabelle distribution packages
ISABELLE_DIST=/home/proj/isabelle/dist/dist-Isabelle2005

# location of doc content file
ISABELLE_DOC_CONTENT_FILE=/home/proj/isabelle/dist/dist-Isabelle2005/doc/Contents

# umask for target files
TARGET_UMASK_FILE=664
TARGET_UMASK_DIR=775

# set to a true value to use the "pypager iso-8859-1" hack
# (may be neccessary for older versions of HTML tidy)
FORCE_ISO_8859_1=

# set to a true value to disable html tidy postprocessing
DISABLE_TIDY=