X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=3f3584cf2f14f8d25acda4cd013074d1c29e7591;hb=7b7b42049a651dbed1863196c425aa3a33711e6d;hp=21fc15c4e53a6555ebb5f3bea3ce797c05850682;hpb=7edc31a3162bc7f035bbdebea102494df85173b4;p=mailbox-count.git diff --git a/makefile b/makefile index 21fc15c..3f3584c 100644 --- a/makefile +++ b/makefile @@ -21,7 +21,6 @@ $(BIN): $(PN).cabal $(SRCS) runghc Setup.hs build --ghc-options="${HCFLAGS}" doc: $(PN).cabal $(SRCS) - runghc Setup.hs hscolour --all runghc Setup.hs haddock --all \ --hyperlink-source \ --haddock-options="--ignore-all-exports"