Upgrade build system
This commit is contained in:
parent
de6e661982
commit
3e33062dc4
5 changed files with 10 additions and 236 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# liblwevent/scripts/functions.sh
|
||||
#
|
||||
# (c)2006, Laurence Withers, <l@lwithers.me.uk>.
|
||||
# (c)2007, Laurence Withers, <l@lwithers.me.uk>.
|
||||
# Released under the GNU GPLv3. See file COPYING or
|
||||
# http://www.gnu.org/copyleft/gpl.html for details.
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
# liblwevent/scripts/paths
|
||||
# vim: syntax=sh:sw=4:ts=4:expandtab
|
||||
#
|
||||
# (c)2007, Laurence Withers, <l@lwithers.me.uk>.
|
||||
# Released under the GNU GPLv3. See file COPYING or
|
||||
# http://www.gnu.org/copyleft/gpl.html for details.
|
||||
#
|
||||
# Default path setup. Not meant for editing; use environment variables
|
||||
# to override values if needed.
|
||||
|
|
@ -79,3 +82,6 @@ MY_CGIDIR="${WEBDIR}/cgi-bin"
|
|||
[ -z "${DOCSDIR}" ] && DOCSDIR="${MY_DOCSDIR}"
|
||||
[ -z "${WEBDIR}" ] && WEBDIR="${MY_WEBDIR}"
|
||||
[ -z "${CGIDIR}" ] && CGIDIR="${MY_CGIDIR}"
|
||||
|
||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
# vim: syntax=sh:expandtab:ts=4:sw=4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue