#!/usr/bin/make -f

package := festvox-czech-krb

override_dh_auto_build:
	mkdir -p lpc
	dh_auto_build

override_dh_auto_install:
	$(MAKE) install festival_voices_path=debian/$(package)/usr/share/festival/voices

%:
	dh $@

