X-Git-Url: http://gitweb.michael.orlitzky.com/?p=email-validator.git;a=blobdiff_plain;f=makefile;h=8d802d27d5cc8642b5854e7d6be8e862dc6cea41;hp=2681fc3488b7f710fa07d98bcb5468e11aab0195;hb=4e58774754855bfae6c4a5cbd95eb30995794e50;hpb=d9cf306292f2bfaa00b4773737b67de7f4ecf983 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