DESTDIR=

all: build

install:
	./install-script $(DESTDIR)

build:
	find po -name \*.po -exec msgfmt -vc '{}' \;
