]> gitweb.michael.orlitzky.com - spline3.git/commitdiff
Update the hmatrix version in the makefile.
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 7 May 2011 20:02:34 +0000 (16:02 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 7 May 2011 20:02:34 +0000 (16:02 -0400)
Add the haddock files for QuickCheck and HUnit to the doc target.

makefile

index dc1c3642e1ae0a40d8e28fdf4dc1ee13433fef7a..723eab3a9128b0f82eeca9390b60f70ec4aa6440 100644 (file)
--- a/makefile
+++ b/makefile
@@ -39,7 +39,9 @@ src_html:
 
 DOCS := -i /usr/share/doc/ghc-6.12.3/html/libraries/base-4.2.0.2/base.haddock
 DOCS += -i /usr/share/doc/storable-complex-0.2.1/html/storable-complex.haddock
-DOCS += -i /usr/share/doc/hmatrix-0.10.0.1/html/hmatrix.haddock
+DOCS += -i /usr/share/doc/quickcheck-2.1.0.3/html/QuickCheck.haddock
+DOCS += -i /usr/share/doc/hmatrix-0.11.0.4/html/hmatrix.haddock
+DOCS += -i /usr/share/doc/hunit-1.2.0.3/html/HUnit.haddock
 
 doc: src_html
        haddock $(DOCS) --html --use-unicode               \