blob: 49cc45ccf27170a292b9c31c2a13310eb857d248 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/make -f
# Standard way of building Haskell binary.
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
#build/$(CABAL_PACKAGE) :: changelog build-ghc-stamp
#
#changelog : docs/changelog.html
# html2text -nobs docs/changelog.html > changelog
|