X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=Makefile.in;h=058e7d8bbbba62d36cdba12b2227aabd696b2029;hp=89fa10b66eec7dbd5e200326e599909261a5df07;hb=803fbeb16fac49e0b6b1bdf1e4c2874bcf901749;hpb=731cbed5b971fac4bddd0ea525da0a90be54425b diff --git a/Makefile.in b/Makefile.in index 89fa10b..058e7d8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -29,6 +29,9 @@ libdir = @libdir@ # location of mmh configuration and formats files etcdir = @sysconfdir@ +# location of ... +datarootdir = @datarootdir@ + # location of man pages mandir = @mandir@ @@ -62,7 +65,7 @@ INSTALL_DATA = @INSTALL_DATA@ # all files in this directory included in the distribution DIST = COPYRIGHT DATE INSTALL README VERSION \ - install-sh Makefile.in aclocal.m4 \ + autogen.sh install-sh Makefile.in aclocal.m4 \ acconfig.h config.h.in configure.ac configure stamp-h.in \ config.sub config.guess @@ -99,6 +102,7 @@ superclean: superclean-recursive superclean-local mostlyclean-local: rm -f *~ + rm -rf autom4te.cache clean-local: mostlyclean-local @@ -152,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 @@ -179,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 -