build:
	zip openoffice.org-ctl-he.zip *.xcu

clean:
	rm -f openoffice.org-ctl-he.zip

install:
	install -d $(DESTDIR)/usr/share/openoffice.org-ctl-he
	install -m 644 openoffice.org-ctl-he.zip $(DESTDIR)/usr/share/openoffice.org-ctl-he
