From 9d2fd74804d0b7720fd8d0b68beafc6c2777c5d1 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 14 Jan 2014 05:39:41 -0500 Subject: [PATCH] Try to clean up the makefile 'doc' target. --- makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index df34c79..e15a4e4 100644 --- a/makefile +++ b/makefile @@ -16,9 +16,8 @@ profile: $(PN).cabal $(SRCS) doc: $(PN).cabal $(SRCS) runghc Setup.hs configure --user --prefix=/ - runghc Setup.hs hscolour --executables - runghc Setup.hs haddock --internal \ - --executables \ + runghc Setup.hs hscolour --all + runghc Setup.hs haddock --all \ --hyperlink-source # -- 2.43.2