genwebgallery

diff Makefile @ 15:326bcd4e1708

$PROGRAM instead of basename $0; printf instead of echo -n; command -v to test for installed convert
author meillo@marmaro.de
date Sat, 19 Apr 2008 21:20:37 +0200
parents 6273a788c4fd
children 332ea19d9aaf
line diff
     1.1 --- a/Makefile	Sat Apr 19 11:38:29 2008 +0200
     1.2 +++ b/Makefile	Sat Apr 19 21:20:37 2008 +0200
     1.3 @@ -2,12 +2,12 @@
     1.4  
     1.5  
     1.6  NAME=genwebgallery
     1.7 -VERSION = 0.4
     1.8 +VERSION = 0.5
     1.9  NV=${NAME}-${VERSION}
    1.10  
    1.11  DOCS=COPYRIGHT ChangeLog TODO
    1.12 - 
    1.13 -# paths 
    1.14 +
    1.15 +# paths
    1.16  PREFIX = /usr
    1.17  BINDIR = ${PREFIX}/bin
    1.18  MANDIR = ${PREFIX}/share/man