summaryrefslogtreecommitdiffstats
path: root/cpgx/Makefile
diff options
context:
space:
mode:
authorDavid Teigland <teigland@redhat.com>2009-06-02 15:02:58 -0500
committerDavid Teigland <teigland@redhat.com>2009-06-02 15:02:58 -0500
commit92514e038d8f5b5c6cb07b832fffd6af8800f256 (patch)
treeec7bc6d3d8bfe480a32208eac470992057e1ff8b /cpgx/Makefile
parentdf2f314bdd152fa6622a7374b2ee2366e83655e7 (diff)
downloaddct-stuff-92514e038d8f5b5c6cb07b832fffd6af8800f256.tar.gz
dct-stuff-92514e038d8f5b5c6cb07b832fffd6af8800f256.tar.xz
dct-stuff-92514e038d8f5b5c6cb07b832fffd6af8800f256.zip
cpgx: also kill aisexec
with -d1 option Signed-off-by: David Teigland <teigland@redhat.com>
Diffstat (limited to 'cpgx/Makefile')
-rw-r--r--cpgx/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/cpgx/Makefile b/cpgx/Makefile
index ecca21a..e47bef7 100644
--- a/cpgx/Makefile
+++ b/cpgx/Makefile
@@ -38,8 +38,14 @@ endif
tarfiles := cpgx.c list.h cpgx.spec Makefile VERSION
tarball := cpgx-$(VERSION).tar.gz
-# requires git tag of the release be made first,
-# e.g. git tag -a cpgx-v1.0 -m "release 1.0"
+# to release tarball:
+# edit VERSION with new number and without -git
+# commit VERSION change
+# tag that VERSION commit, e.g. git tag -a cpgx-v1.0 -m "release 1.0"
+# make tarball
+# edit VERSION adding -git
+# VERSION change
+# push
$(tarball): $(tarfiles)
-$(RM) $@