From 779e92b81130213dc5d79b0acafe37e7ee5b45e5 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Wed, 10 Aug 2011 19:22:31 -0500 Subject: Go to 0.2 now that we have signing --- Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 8c5f9d5..b02c9f2 100644 --- a/Makefile +++ b/Makefile @@ -3,9 +3,9 @@ HLINTFLAGS=-XHaskell98 -XNoCPP -i 'Use camelCase' -i 'Use String' -i 'Use head' .PHONY: all clean doc install -all: sign verify report.html doc dist/build/libHSopenpgp-0.1.a dist/openpgp-0.1.tar.gz +all: sign verify report.html doc dist/build/libHSopenpgp-0.2.a dist/openpgp-0.2.tar.gz -install: dist/build/libHSopenpgp-0.1.a +install: dist/build/libHSopenpgp-0.2.a cabal install sign: examples/sign.hs @@ -28,7 +28,7 @@ README: openpgp.cabal dist/doc/html/openpgp/index.html: dist/setup-config Data/OpenPGP.hs Data/OpenPGP/Crypto.hs cabal haddock --hyperlink-source -dist/setup-config: +dist/setup-config: openpgp.cabal cabal configure clean: @@ -38,9 +38,9 @@ clean: # The following need to be changed on version change -dist/build/libHSopenpgp-0.1.a: openpgp.cabal dist/setup-config Data/BaseConvert.hs Data/OpenPGP.hs Data/OpenPGP/Crypto.hs +dist/build/libHSopenpgp-0.2.a: openpgp.cabal dist/setup-config Data/BaseConvert.hs Data/OpenPGP.hs Data/OpenPGP/Crypto.hs cabal build -dist/openpgp-0.1.tar.gz: openpgp.cabal dist/setup-config Data/BaseConvert.hs Data/OpenPGP.hs Data/OpenPGP/Crypto.hs README +dist/openpgp-0.2.tar.gz: openpgp.cabal dist/setup-config Data/BaseConvert.hs Data/OpenPGP.hs Data/OpenPGP/Crypto.hs README cabal check cabal sdist -- cgit v1.2.3