#!/usr/bin/make -f

DEB_DEFAULT_COMPILER = ghc

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk

build/pkg-haskell-tools:: build-ghc-stamp debian/dht.1

debian/dht.1: dht
	help2man -N -n "Debian Haskell Group packaging tools" ./dht > $@

clean::
	rm -f debian/dht.1
