From: markus schnalke Date: Sat, 8 Dec 2012 09:57:47 +0000 (+0100) Subject: Makefile.in: Removed mmhrelease target because it's not used for mmh. X-Git-Tag: mmh-0.1~7 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=d6ee7d1acc9351a251337d173ad86f4aebd57a83 Makefile.in: Removed mmhrelease target because it's not used for mmh. --- diff --git a/Makefile.in b/Makefile.in index 79746ab..058e7d8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -156,9 +156,6 @@ reset: # name of new mmh distribution tar file tarfile = mmh-$(VERSION).tar.gz -# ftp directory location -ftpdir = /ftp/mmh - # file containing name of new mmh distribution distname: @echo mmh-$(VERSION) > distname @@ -183,12 +180,3 @@ mmhdist: $(DIST) distname tar chf - $(distdir) | gzip -c > $(tarfile) rm -rf $(distdir) distname @echo "Done building mmh-$(VERSION) distribution" - -# release a new mmh distribution into ftp directory -mmhrelease: $(tarfile) - rm -f $(ftpdir)/$(tarfile) - rm -f $(ftpdir)/mmh.tar.gz - mv $(tarfile) $(ftpdir)/$(tarfile) - cd $(ftpdir) && ln -s $(tarfile) mmh.tar.gz - cd $(ftpdir) && md5sum *.gz > MD5SUM -