blob: 446895702515bd8cfb5c13079d06d2c79a0eb48b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#!/usr/bin/make -f
DEB_BUILD_DEPENDENCIES = build-arch
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
DEB_COMPRESS_EXCLUDE = .pdf
build/libghc-haskore-doc::
make -f Makefile pdf
clean::
make -f Makefile clean
dh_testdir
|