mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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:
parent
9cae783703
commit
6d37d8ee46
1 changed files with 10 additions and 1 deletions
11
Makefile
11
Makefile
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue