Admin/website/build/localconf.sun.template.mak
author wenzelm
Thu, 09 Jun 2005 12:04:53 +0200
changeset 16352 d7f9978e5752
parent 16323 7115adb43f3f
child 17563 abb280dd3431
permissions -rw-r--r--
axioms: NameSpace.table;

# isaweb configuration
# $Id$

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

# GNU find
FIND=gfind

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

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

# build target (attention: ~ will not work!)
OUTPUTROOT=/usr/proj/isabelle-repository/www

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

# location of isabelle library 
ISABELLE_LIBR=/home/proj/isabelle/dist/library-Isabelle2004

# location of doc content file
ISABELLE_DOC_CONTENT_FILE=/home/proj/isabelle/Isabelle2004/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=