summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStephen Paul Weber <singpolyma@singpolyma.net>2011-08-10 19:22:31 -0500
committerStephen Paul Weber <singpolyma@singpolyma.net>2011-08-10 19:22:31 -0500
commit779e92b81130213dc5d79b0acafe37e7ee5b45e5 (patch)
treea3bcd5505d411625d1f738e4bb17a0e07b10153a /Makefile
parentd807b5d3368e6295e8c9a4bac8647d40c2933dd2 (diff)
Go to 0.2 now that we have signing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
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'
3 3
4.PHONY: all clean doc install 4.PHONY: all clean doc install
5 5
6all: sign verify report.html doc dist/build/libHSopenpgp-0.1.a dist/openpgp-0.1.tar.gz 6all: sign verify report.html doc dist/build/libHSopenpgp-0.2.a dist/openpgp-0.2.tar.gz
7 7
8install: dist/build/libHSopenpgp-0.1.a 8install: dist/build/libHSopenpgp-0.2.a
9 cabal install 9 cabal install
10 10
11sign: examples/sign.hs 11sign: examples/sign.hs
@@ -28,7 +28,7 @@ README: openpgp.cabal
28dist/doc/html/openpgp/index.html: dist/setup-config Data/OpenPGP.hs Data/OpenPGP/Crypto.hs 28dist/doc/html/openpgp/index.html: dist/setup-config Data/OpenPGP.hs Data/OpenPGP/Crypto.hs
29 cabal haddock --hyperlink-source 29 cabal haddock --hyperlink-source
30 30
31dist/setup-config: 31dist/setup-config: openpgp.cabal
32 cabal configure 32 cabal configure
33 33
34clean: 34clean:
@@ -38,9 +38,9 @@ clean:
38 38
39# The following need to be changed on version change 39# The following need to be changed on version change
40 40
41dist/build/libHSopenpgp-0.1.a: openpgp.cabal dist/setup-config Data/BaseConvert.hs Data/OpenPGP.hs Data/OpenPGP/Crypto.hs 41dist/build/libHSopenpgp-0.2.a: openpgp.cabal dist/setup-config Data/BaseConvert.hs Data/OpenPGP.hs Data/OpenPGP/Crypto.hs
42 cabal build 42 cabal build
43 43
44dist/openpgp-0.1.tar.gz: openpgp.cabal dist/setup-config Data/BaseConvert.hs Data/OpenPGP.hs Data/OpenPGP/Crypto.hs README 44dist/openpgp-0.2.tar.gz: openpgp.cabal dist/setup-config Data/BaseConvert.hs Data/OpenPGP.hs Data/OpenPGP/Crypto.hs README
45 cabal check 45 cabal check
46 cabal sdist 46 cabal sdist