From 01c7ddcee2f36236e9a10f244260501a8c3caf4f Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 7 Jun 2013 18:46:43 -0400 Subject: [PATCH] Add a 'doc' makefile target. --- makefile | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.43.2