]> gitweb.michael.orlitzky.com - dead/htsn-import.git/commitdiff
Try to clean up the makefile 'doc' target.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 14 Jan 2014 10:39:41 +0000 (05:39 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 14 Jan 2014 10:39:41 +0000 (05:39 -0500)
makefile

index df34c79710162399f5bc13263f6624b0708f2d76..e15a4e462c1b516e2b62dd8feddad239a220b4ca 100644 (file)
--- 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
 
 #