X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Makefile;h=356793886ea52edca66c128bd31296a74d04fa61;hb=cff844dc14b3280effd3d8e7aa8395466afe0385;hp=3880713c4a5d4ce0836b8ab4bdedc6d7d052885d;hpb=b7f540b814a32e372753ce6fced81b0991dc07b9;p=monkeysphere.git 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