use hg id for DIST_NAME
authorTero Marttila <terom@fixme.fi>
Tue, 26 Jan 2010 21:05:26 +0200
changeset 119 56cf0a330b5b
parent 118 dc77a9f66f59
child 120 3c153e82e862
use hg id for DIST_NAME
Makefile
--- a/Makefile	Tue Jan 26 21:04:07 2010 +0200
+++ b/Makefile	Tue Jan 26 21:05:26 2010 +0200
@@ -20,7 +20,7 @@
 LOADLIBES = -lpng -lpthread
 
 # output name
-DIST_NAME = pngtile-0.2
+DIST_NAME = pngtile-${shell hg id -i}
 DIST_RESOURCES = README python/ pngtile/ static/ bin/
 
 all: depend lib/libpngtile.so bin/pngtile