aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Schouten <doelie@users.sourceforge.net>2010-08-31 18:09:19 +0000
committerTom Schouten <doelie@users.sourceforge.net>2010-08-31 18:09:19 +0000
commitcde22b2680737c879af172914e7819ebab925234 (patch)
treeefe2006a94c43e23f41171ed4e580176cb258fec /Makefile
parent6ed4fdc7a319a73e8d92bb80f968891c21f874d7 (diff)
sync with 0.12.6-darcs
svn path=/trunk/externals/pdp/; revision=13950
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index aa8c006..f3e92a2 100644
--- a/Makefile
+++ b/Makefile
@@ -81,3 +81,7 @@ install: all
install -m 644 doc/introduction/*.pd $(prefix)/lib/pd/doc/pdp/introduction
install -m 644 doc/examples/*.pd $(prefix)/lib/pd/doc/pdp/examples
install -m 755 bin/pdp-config $(prefix)/bin
+
+release:
+ bin/snapshot `bin/release-version`
+ echo bump PDP_VERSION in configure.ac!