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
Raw Permalink Normal View History

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
2008-11-06 15:39:25 +01:00
tabellio-pcf.ott:
(cd template-pcf && zip ../tabellio-pcf.ott -r . -x '.svn')
2008-11-06 15:39:25 +01:00
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
2008-02-18 11:47:22 +01:00
(cd addon && fastjar -c -f ../tabellio.oxt -M .)
2007-11-26 12:14:19 +01:00
install: tabellio.oxt
$(UNOPKG) add -v tabellio.oxt
2007-11-26 12:14:19 +01:00
uninstall:
$(UNOPKG) remove tabellio.oxt
2007-11-26 12:14:19 +01:00
2008-11-06 15:39:25 +01:00
.PHONY: tabellio-pcf.ott tabellio.oxt tabellio-pfb.ott