From: Michael Orlitzky Date: Fri, 7 Jun 2013 22:46:43 +0000 (-0400) Subject: Add a 'doc' makefile target. X-Git-Tag: 0.0.1~5 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=hath.git;a=commitdiff_plain;h=01c7ddcee2f36236e9a10f244260501a8c3caf4f Add a 'doc' makefile target. --- diff --git a/makefile b/makefile index 2d46895..14f4c7d 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