1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fixed release target of Makefile to match new repository layout

This commit is contained in:
Steffen Vogel 2015-12-11 18:20:29 +01:00
parent cba504ac21
commit 6f827ca49f

View file

@ -103,10 +103,10 @@ install: $(TARGETS) $(LIBS)
install -m 0755 tools/s2ss.sh $(PREFIX)/bin/s2ss
release: all
tar czf s2ss-$(COMMIT)-docs.tar.gz documentation/html/
tar czf s2ss-$(COMMIT).tar.gz server/server server/test server/pipe server/signal server/etc/
tar czf s2ss-$(COMMIT)-doc.tar.gz doc/html/
tar czf s2ss-$(COMMIT).tar.gz server test pipe signal etc/
rsync *.tar.gz $(DEPLOY_USER)@$(DEPLOY_HOST):$(DEPLOY_PATH)/
rsync --archive --delete documentation/html/ $(DEPLOY_USER)@$(DEPLOY_HOST):$(DEPLOY_PATH)/doc/
rsync --archive --delete doc/html/ $(DEPLOY_USER)@$(DEPLOY_HOST):$(DEPLOY_PATH)/doc/
clean:
$(RM) *~ *.o *.d *.so