]> gitweb.michael.orlitzky.com - dead/htsn.git/commitdiff
Add the *.cabal file to the `make doc` dependencies.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 23 Dec 2013 16:27:57 +0000 (11:27 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 23 Dec 2013 16:27:57 +0000 (11:27 -0500)
makefile

index c6c79812539f456877a7af34cd55f530f67774ac..8710287b79cb52e0978df8e004bddc756ae3056f 100644 (file)
--- a/makefile
+++ b/makefile
@@ -13,7 +13,7 @@ profile: src/*.hs
        runghc Setup.hs configure --user --enable-executable-profiling
        runghc Setup.hs build
 
        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    \
        runghc Setup.hs configure --user
        runghc Setup.hs hscolour --executables
        runghc Setup.hs haddock --internal    \