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 wrap: on
line diff
--- a/Makefile	Sat Apr 19 11:38:29 2008 +0200
+++ b/Makefile	Sat Apr 19 21:20:37 2008 +0200
@@ -2,12 +2,12 @@
 
 
 NAME=genwebgallery
-VERSION = 0.4
+VERSION = 0.5
 NV=${NAME}-${VERSION}
 
 DOCS=COPYRIGHT ChangeLog TODO
- 
-# paths 
+
+# paths
 PREFIX = /usr
 BINDIR = ${PREFIX}/bin
 MANDIR = ${PREFIX}/share/man