The publish target should build a tar ball if needed

This commit is contained in:
Bruno Wolff III 2013-07-02 22:17:39 -05:00
parent 53643faf8f
commit 12e9f1e583
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ dist: $(name)-$(version).tar.gz
$(name)-$(version).tar.gz:
git archive --format=tar --prefix=$(name)-$(version)/ HEAD | gzip > $(name)-$(version).tar.gz
publish:
publish: $(name)-$(version).tar.gz
scp $(name)-$(version).tar.gz fedorahosted.org:$(name)
dist-clean: