sign-packages Makefile target depends on dist release-2.x.y

Sat, 05 Jan 2013 21:03:33 -0800

author
Mark Doliner <mark@kingant.net>
date
Sat, 05 Jan 2013 21:03:33 -0800
branch
release-2.x.y
changeset 33581
cb37773e35a3
parent 33580
246527e54546
child 33582
c459263362de

sign-packages Makefile target depends on dist

Makefile.am file | annotate | diff | comparison | revisions
--- a/Makefile.am	Sat Jan 05 20:56:59 2013 -0800
+++ b/Makefile.am	Sat Jan 05 21:03:33 2013 -0800
@@ -56,7 +56,7 @@
 # ... and have no changes in the working copy. (this isn't really necessary with hg because hg id appends a "+")
 	test "x`hg st -mard`" = x
 
-sign-packages:
+sign-packages: dist
 	gpg -ab pidgin-$(PACKAGE_VERSION).tar.gz
 	gpg -ab pidgin-$(PACKAGE_VERSION).tar.bz2
 	gpg --verify pidgin-$(PACKAGE_VERSION).tar.gz.asc pidgin-$(PACKAGE_VERSION).tar.gz

mercurial