all:
	msgfmt po/xboard.po -o po/xboard.mo
clean:
	rm -fv po/xboard.mo
	dh_clean

distclean: clean
