From: Thibault Godouet Date: Sat, 5 May 2001 19:08:20 +0000 (+0000) Subject: gpg signing is now done in another makefile X-Git-Tag: ver2_9_4~359 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9211bbdd99b19c6ed204173108b57a01579fe63;p=thirdparty%2Ffcron.git gpg signing is now done in another makefile --- diff --git a/Makefile.in b/Makefile.in index 6f37294..70b64c0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # @configure_input@ -# $Id: Makefile.in,v 1.63 2001-04-30 03:02:03 thib Exp $ +# $Id: Makefile.in,v 1.64 2001-05-05 19:08:20 thib Exp $ # The following should not be edited manually (use configure options) # If you must do it, BEWARE : some of the following is also defined @@ -173,11 +173,3 @@ tar: updatedoc configure vclean @(cd ..; rm -f fcron-$(VERSION)) @(cd ..; mv -f fcron-$(VERSION).src.tar.gz old-fcron-pkg/) - - @(cd ../old-fcron-pkg/; gpg -a -o fcron-$(VERSION).src.tar.gz.sign --detach-sign fcron-$(VERSION).src.tar.gz) - - - - - -