2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 06:39:11 +00:00

Makefile: dist creates a .zip too

git-svn-id: https://svn.fhem.de/fhem/trunk@14305 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2017-05-17 10:33:56 +00:00
parent c9082d1c83
commit 2182579457

View File

@ -29,7 +29,7 @@ DESTDIR=fhem-$(VERS)
all:
@echo "Use 'make <target>', where <target> is"
@echo " install - to install fhem"
@echo " dist - to create a .tar.gz file"
@echo " dist - to create a .tar.gz and a .zip file"
@echo " deb - to create a .deb file"
@echo " synology - to create an spk file"
@echo " fb7390 - to create an AVM Fritz!Box 7390 imagefile"
@ -89,6 +89,7 @@ dist:
rm -rf .f/www/SVGcache
mv .f $(DESTDIR)
tar cf - $(DESTDIR) | gzip -9 > $(DESTDIR).tar.gz
zip -r $(DESTDIR).zip $(DESTDIR)
rm -rf $(DESTDIR)
deb: