From: Michael Orlitzky Date: Mon, 23 Dec 2013 16:27:57 +0000 (-0500) Subject: Add the *.cabal file to the `make doc` dependencies. X-Git-Tag: 0.0.2~13 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn.git;a=commitdiff_plain;h=fdd40277556133bd14cf0a3f13749f4663b5f3ba Add the *.cabal file to the `make doc` dependencies. --- diff --git a/makefile b/makefile index c6c7981..8710287 100644 --- a/makefile +++ b/makefile @@ -13,7 +13,7 @@ profile: src/*.hs runghc Setup.hs configure --user --enable-executable-profiling runghc Setup.hs build -doc: src/*.hs +doc: *.cabal src/*.hs runghc Setup.hs configure --user runghc Setup.hs hscolour --executables runghc Setup.hs haddock --internal \