mirror of
https://github.com/codespell-project/codespell.git
synced 2025-05-17 23:46:43 +08:00
Use make automatic variables
This commit is contained in:

committed by
Lucas De Marchi

parent
4ab61e972b
commit
f0861266e2
4
Makefile
4
Makefile
@ -23,10 +23,10 @@ git-tag-release:
|
||||
git gc --prune=0
|
||||
|
||||
codespell-$(VERSION).tar.xz.asc: codespell-$(VERSION).tar.xz
|
||||
gpg --armor --detach-sign --output codespell-$(VERSION).tar.xz.asc codespell-$(VERSION).tar.xz
|
||||
gpg --armor --detach-sign --output $@ $^
|
||||
|
||||
codespell-$(VERSION).tar.xz:
|
||||
git archive --format=tar --prefix codespell-$(VERSION)/ v$(VERSION) | xz > codespell-$(VERSION).tar.xz
|
||||
git archive --format=tar --prefix codespell-$(VERSION)/ v$(VERSION) | xz > $@
|
||||
|
||||
tar-sync: codespell-$(VERSION).tar.xz codespell-$(VERSION).tar.xz.asc
|
||||
scp $^ packages.profusion.mobi:/var/www/packages/codespell/
|
||||
|
Reference in New Issue
Block a user