]> gitweb.michael.orlitzky.com - email-validator.git/blobdiff - makefile
Update the description in the man page.
[email-validator.git] / makefile
index 2681fc3488b7f710fa07d98bcb5468e11aab0195..8d802d27d5cc8642b5854e7d6be8e862dc6cea41 100644 (file)
--- 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