WIP
This commit is contained in:
parent
726ec70f7a
commit
aacb01917c
16 changed files with 74 additions and 5 deletions
|
|
@ -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
12
skel/config
Executable 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue