Updates README, INSTALL, and docs/MACHINES
[mmh] / Makefile.in
index a93ba70..058e7d8 100644 (file)
@@ -102,6 +102,7 @@ superclean:  superclean-recursive  superclean-local
 
 mostlyclean-local:
        rm -f *~
+       rm -rf autom4te.cache
 
 clean-local: mostlyclean-local
 
@@ -155,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
@@ -182,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
-