summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBruno Wolff III <bruno@wolff.to>2013-07-02 22:17:39 -0500
committerBruno Wolff III <bruno@wolff.to>2013-07-02 22:17:39 -0500
commit12e9f1e5837a02e3b804ffd9244d84a13831da58 (patch)
tree19cfbf310d83ae89529df93971fa64fa2b6389f6 /Makefile
parent53643faf8f8595e17d64f5692eb97feb54426675 (diff)
downloadspin-kickstarts-12e9f1e5837a02e3b804ffd9244d84a13831da58.tar.gz
spin-kickstarts-12e9f1e5837a02e3b804ffd9244d84a13831da58.tar.xz
spin-kickstarts-12e9f1e5837a02e3b804ffd9244d84a13831da58.zip
The publish target should build a tar ball if needed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 75696da..ca8011b 100644
--- a/Makefile
+++ b/Makefile
@@ -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: