small speed enhancement to the make process

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@606 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
toidinamai 2007-04-04 12:06:37 +00:00
parent 00a3fb2f5f
commit 73275588ae
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
# eingebaute Variablen und Regeln werden nicht gebraucht
MAKEFLAGS += -rR
### Programme ###
# XSLT-Prozessor:
PROCESSOR=xsltproc
PFLAGS=--catalogs --stringparam baseurl $(BASEURL)
PFLAGS=--novalid --catalogs --stringparam baseurl $(BASEURL)
BASEURL=""
# XML-Validator
VALIDATOR=xmllint