#!/usr/bin/make -f

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

install/aspell-hsb::
	gzip -9 -c hsb.cwl > "$(DEB_DESTDIR)/usr/share/aspell/hsb.cwl.gz";\
	
	echo "hsb" >> "$(DEB_DESTDIR)/usr/share/aspell/hsb.contents"
	
	installdeb-aspell
