This commit is contained in:
Laurence Withers 2006-12-08 15:51:18 +00:00
commit aacb01917c
16 changed files with 74 additions and 5 deletions

View file

@ -9,6 +9,7 @@ Really Quick Instructions
To build: ./make.sh
To install: ./make.sh install
(you might want to set PREFIX, by default it's /usr/local)
You might want to edit 'config' first.
@TODO@

12
skel/config Executable file
View file

@ -0,0 +1,12 @@
# @P@/config
# kate: @KATE_MODELINE@
# vim: @VIM_MODELINE@
#
# (c)2006, @AUTHOR@, <@EMAIL@>.
# Released under the GNU GPLv2. See file COPYING or
# http://www.gnu.org/copyleft/gpl.html for details.
#
# This file contains options used to build @P@.
#
[ -z "${PREFIX}" ] && PREFIX="/usr/local"