X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn-import.git;a=blobdiff_plain;f=makefile;h=4a1845b6595ffbebdedaf278448cefdde836a285;hp=6e5b0e5c37ce0e0a9a1deb2a4a7b2bcf456b2651;hb=HEAD;hpb=03a49e2a1db26026c86804a73acee025842282db diff --git a/makefile b/makefile index 6e5b0e5..4a1845b 100644 --- a/makefile +++ b/makefile @@ -17,13 +17,15 @@ profile: $(PN).cabal $(SRCS) $(BIN) --prefix=/ runghc Setup.hs build -doc: $(PN).cabal $(SRCS) +dist/doc: $(PN).cabal $(SRCS) runghc Setup.hs configure --user --prefix=/ runghc Setup.hs hscolour --all runghc Setup.hs haddock --all \ --hyperlink-source \ --haddock-options="--ignore-all-exports" +doc: dist/doc + # The MLB schema is identical to the regular one. doc/dbschema/MLB_earlylineXML.png: doc/dbschema/earlylineXML.png