Update build system

This commit is contained in:
Laurence Withers 2012-01-07 17:39:43 +00:00
commit 4ec2a3a2f3
12 changed files with 41 additions and 46 deletions

View file

@ -1,8 +1,8 @@
# leaptable-compiler/scripts/paths
#
# (c)2009, Laurence Withers, <l@lwithers.me.uk>.
# Released under the GNU GPLv3. See file COPYING or
# http://www.gnu.org/copyleft/gpl.html for details.
# Copyright: ©20092012, Laurence Withers
# Author: Laurence Withers, <l@lwithers.me.uk>
# License: GPLv3
#
# Default path setup. Not meant for editing; use environment variables
# to override values if needed.
@ -60,5 +60,4 @@ fi
[ -z "${WEBDIR}" ] && WEBDIR="${SRVDIR}/http"
[ -z "${CGIDIR}" ] && CGIDIR="${WEBDIR}/cgi-bin"
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
# vim: syntax=sh:expandtab:ts=4:sw=4