#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_install:
	$(MAKE) PREFIX=$(CURDIR)/debian/happytimer/usr install PO_DEST_DIR=$(CURDIR)/debian/happytimer/usr/share/locale
