#!/usr/bin/make -f

# This needs to appear before the include so it is executed first
# when debian/rules clean is run.
clean::
	touch ghc-paths.buildinfo

include /usr/share/haskell-devscripts/hlibrary.mk

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