commit a54459af1c495510cd22fb72ef384482695eef6e
Author: Oswald Buddenhagen <[email protected]>
Date: Fri Nov 3 13:05:34 2006 +0000
add target for creating signed package
Makefile.am | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 2257614..d5a900c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,6 +20,9 @@ distdir distclean: deb-clean
dist-hook:
find $(distdir)/debian \( -name CVS -o -name .cvsignore -o -name .#\*#
-o -type l \) -print0 | xargs -0r rm -rf
+dist-sign: dist
+ gpg -b -a $(PACKAGE)-$(VERSION).tar.gz
+
rpm:
make dist
cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/rpm/SOURCES
------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel