blob: 267cb11b60a2d6013339612cb43d7e50ad7e01fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/usr/bin/make -f
# Standard way of building Haskell libraries .
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
build/$(CABAL_PACKAGE) :: build-ghc-stamp
build/$(CABAL_PACKAGE)-doc :: xml-docs
xml-docs :
cd doc/ && make
|