X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=723eab3a9128b0f82eeca9390b60f70ec4aa6440;hb=a32bce2dc24c2371099f0927ac5959c893d025a8;hp=dc1c3642e1ae0a40d8e28fdf4dc1ee13433fef7a;hpb=dc30cf1f4ebee9f3d97e1e8fe27e2207140ea593;p=spline3.git 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 \