#!/usr/bin/make -f

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

DICT_LANG := fa

install/aspell-$(DICT_LANG)::
	gzip -9 -c fa-common.cwl > "$(DEB_DESTDIR)/usr/share/aspell/fa-common.cwl.gz"
	gzip -9 -c fa-generic.cwl > "$(DEB_DESTDIR)/usr/share/aspell/fa-generic.cwl.gz"
	gzip -9 -c fa-scientific.cwl > "$(DEB_DESTDIR)/usr/share/aspell/fa-scientific.cwl.gz"

	installdeb-aspell
