lw-build-system/skel
Laurence Withers d536de1e78 Allow user to override paths 2007-09-17 09:51:49 +00:00
..
scripts Allow user to override paths 2007-09-17 09:51:49 +00:00
.gitignore Add a couple of .gitignore files; these will ignore generated paths and 2006-07-25 19:09:06 +01:00
COPYING Initial commit. 2006-07-24 14:24:06 +01:00
README Update README to mention install_prefix 2007-02-05 12:57:58 +00:00
config Use new `paths' system 2007-09-11 22:06:23 +00:00
make.sh Use '#!/bin/sh' as executable interpreter. This is bad, because we do actually want bash, but if 2007-03-29 09:36:35 +00:00
run-test.sh Use '#!/bin/sh' as executable interpreter. This is bad, because we do actually want bash, but if 2007-03-29 09:36:35 +00:00
version Remove obsolete text in `version' 2007-03-20 21:58:26 +00:00

README

@P@
========================================================================
(c)2007, @AUTHOR@, <@EMAIL@>.
Released under the GNU GPLv2. See file COPYING or 
http://www.gnu.org/copyleft/gpl.html for details.

Really Quick Instructions
-------------------------

To build: ./make.sh
To install: ./make.sh install

You might want to edit 'config' first. You might also want to set
'INSTALL_PREFIX', which is prepended onto the destination of any
installed file.

@TODO@