A release includes a tar-ball.

Signed-off-by: Cristian Ionescu-Idbohrn <cristian.ionescu-idbohrn@axis.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Cristian Ionescu-Idbohrn 2013-05-12 11:52:32 +02:00 committed by Dirk Hohndel
parent 9cae783703
commit 6d37d8ee46

View file

@ -314,7 +314,16 @@ clean:
rm -rf share .dep
release:
@scripts/check-version -cdr $(VERSION_STRING)
@scripts/check-version -cr $(VERSION_STRING)
# Add other rules (like tar-command) bellow
tar czf $(NAME)-$(VERSION_STRING).tar.gz \
--exclude-backups \
--exclude .dep \
--exclude .git \
--exclude .gitignore \
--exclude-from .gitignore \
--exclude '*~' \
--exclude subsurface \
.
-include $(DEPS)