This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
tabellioOOo/Makefile

23 lines
649 B
Makefile

UNOPKG=/usr/lib/libreoffice/program/unopkg
#UNOPKG=/var/tmp/Apache_OpenOffice_incubating_3.4.1_Linux_x86-64_install-arc_en-US/openoffice.org3/program/unopkg
tabellio-pcf.ott:
(cd template-pcf && zip ../tabellio-pcf.ott -r . -x '.svn')
tabellio-pfb.ott:
(cd template-pfb && zip ../tabellio-pfb.ott -r . -x '.svn')
addon/Addons.xcu: Addons.xcu.in styles.py
python styles.py < Addons.xcu.in > addon/Addons.xcu
tabellio.oxt: addon/Addons.xcu
(cd addon && fastjar -c -f ../tabellio.oxt -M .)
install: tabellio.oxt
$(UNOPKG) add -v tabellio.oxt
uninstall:
$(UNOPKG) remove tabellio.oxt
.PHONY: tabellio-pcf.ott tabellio.oxt tabellio-pfb.ott