X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=8d802d27d5cc8642b5854e7d6be8e862dc6cea41;hb=4bce4546cbd70c8aab8ca81441010e0527ebbb07;hp=2681fc3488b7f710fa07d98bcb5468e11aab0195;hpb=031638c08a4ce9d7ea156ead71cb8ef02e23fa81;p=email-validator.git diff --git a/makefile b/makefile index 2681fc3..8d802d2 100644 --- a/makefile +++ b/makefile @@ -13,6 +13,13 @@ profile: src/*.hs runghc Setup.hs configure --user --enable-executable-profiling runghc Setup.hs build +doc: src/*.hs + runghc Setup.hs configure --user + runghc Setup.hs hscolour --executables + runghc Setup.hs haddock --internal \ + --executables \ + --hyperlink-source + clean: runghc Setup.hs clean