X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=Makefile.in;h=058e7d8bbbba62d36cdba12b2227aabd696b2029;hp=79746abbd1b4edf4ab5c3ec53ddd75b2ac3484c1;hb=1e9a7f8082f2ea4b496827be6b9ebbc4ac145839;hpb=750e5220c8e53347a635600171fd443ff3a64583 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 -