#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk

# How to install an extra file into the documentation package
#binary-fixup/libghc6-happstack-server-doc::
#	echo "Some informative text" > debian/libghc6-happstack-server-doc/usr/share/doc/libghc6-happstack-server-doc/AnExtraDocFile

pre-build::
	[ -L src/Paths_happstack_server.hs ] || \
		ln -s -f ../dist/build/autogen/Paths_happstack_server.hs src/Paths_happstack_server.hs

clean::
	rm -f src/Paths_happstack_server.hs
