From: Michael Orlitzky Date: Sat, 7 May 2011 20:02:34 +0000 (-0400) Subject: Update the hmatrix version in the makefile. X-Git-Tag: 0.0.1~324 X-Git-Url: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=d945d9d4d01a1398190c010551774ba7be23d1b9;p=spline3.git Update the hmatrix version in the makefile. Add the haddock files for QuickCheck and HUnit to the doc target. --- diff --git a/makefile b/makefile index dc1c364..723eab3 100644 --- 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 \