summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-03-23 15:49:34 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2010-03-23 15:49:34 -0400
commitcff844dc14b3280effd3d8e7aa8395466afe0385 (patch)
treece81dd181917cb785582ae89b1b0f63654e0c766 /Makefile
parentb7f540b814a32e372753ce6fced81b0991dc07b9 (diff)
we should be making the tarball with git archive now (this is now idempotent, yay!); no need for the tarball make target
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index 3880713..3567938 100755
--- a/Makefile
+++ b/Makefile
@@ -17,15 +17,6 @@ MANPREFIX ?= $(PREFIX)/share/man
# nothing actually needs to be built now.
all:
-tarball: clean
- rm -rf monkeysphere-$(MONKEYSPHERE_VERSION)
- ln -s ../Changelog ../COPYING ../etc ../Makefile ../man ../src ../tests monkeysphere-$(MONKEYSPHERE_VERSION)
- echo Monkeysphere $(MONKEYSPHERE_VERSION) > monkeysphere-$(MONKEYSPHERE_VERSION)/VERSION
- echo -n "git revision " >> monkeysphere-$(MONKEYSPHERE_VERSION)/VERSION
- git rev-parse HEAD >> monkeysphere-$(MONKEYSPHERE_VERSION)/VERSION
- tar -ch --exclude='*~' monkeysphere-$(MONKEYSPHERE_VERSION) | gzip -n > monkeysphere_$(MONKEYSPHERE_VERSION).orig.tar.gz
- rm -rf monkeysphere-$(MONKEYSPHERE_VERSION)
-
VERSION: Changelog
sed 's/^Monkeysphere .*$$/Monkeysphere '$(MONKEYSPHERE_VERSION)'/' -i VERSION