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