libreoffice-online/loleaflet/Makefile
Tor Lillqvist 434550f352 We want 'make dist' to actually create a *source* tarball
Use 'git archive' of the loleaflet subdirectory.
2015-05-20 14:59:18 +03:00

14 lines
324 B
Makefile

# Version number of loleaflet, no need to be in sync with the loolwsd one
VERSION=1.0.0
# Version number of the bundled 'draw' thing
DRAW_VERSION=0.2.4
all:
jake build
cd plugins/draw-$(DRAW_VERSION) && jake build
.PHONY: dist
dist:
git archive --prefix=loleaflet-$(VERSION)/ HEAD | gzip >loleaflet-$(VERSION).tar.gz