X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=Makefile.in;fp=Makefile.in;h=9d548b3811058b239644823eef4e5fbc36add8bb;hp=2f63dad37df43d74ff4b41aa77beeba884956f5f;hb=06dc4fe836de4957b5d6e7e3a7ce5de85c11db8f;hpb=ffe93d6dc707aaf92529cefb38a1814956b48c9e diff --git a/Makefile.in b/Makefile.in index 2f63dad..9d548b3 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,8 +1,8 @@ # -# Makefile for top level of nmh distribution +# Makefile for top level of mmh distribution # -# nmh version +# mmh version VERSION = @VERSION@ SHELL = /bin/sh @@ -26,7 +26,7 @@ bindir = @bindir@ # location of support binaries and scripts libdir = @libdir@ -# location of nmh configuration and formats files +# location of mmh configuration and formats files etcdir = @sysconfdir@ # location of man pages @@ -149,20 +149,20 @@ reset: cd $(srcdir) && autoconf cd $(srcdir) && date > stamp-h.in -# name of new nmh distribution tar file -tarfile = nmh-$(VERSION).tar.gz +# name of new mmh distribution tar file +tarfile = mmh-$(VERSION).tar.gz # ftp directory location -ftpdir = /ftp/nmh +ftpdir = /ftp/mmh -# file containing name of new nmh distribution +# file containing name of new mmh distribution distname: - @echo nmh-$(VERSION) > distname + @echo mmh-$(VERSION) > distname -# build nmh distribution +# build mmh distribution distdir = `cat distname` -nmhdist: $(DIST) distname - @echo "Begin building nmh-$(VERSION) distribution" +mmhdist: $(DIST) distname + @echo "Begin building mmh-$(VERSION) distribution" rm -rf $(distdir) mkdir $(distdir) @chmod 755 $(distdir) @@ -178,13 +178,13 @@ nmhdist: $(DIST) distname chmod -R a+r $(distdir) tar chf - $(distdir) | gzip -c > $(tarfile) rm -rf $(distdir) distname - @echo "Done building nmh-$(VERSION) distribution" + @echo "Done building mmh-$(VERSION) distribution" -# release a new nmh distribution into ftp directory -nmhrelease: +# release a new mmh distribution into ftp directory +mmhrelease: $(tarfile) rm -f $(ftpdir)/$(tarfile) - rm -f $(ftpdir)/nmh.tar.gz + rm -f $(ftpdir)/mmh.tar.gz mv $(tarfile) $(ftpdir)/$(tarfile) - cd $(ftpdir) && ln -s $(tarfile) nmh.tar.gz + cd $(ftpdir) && ln -s $(tarfile) mmh.tar.gz cd $(ftpdir) && md5sum *.gz > MD5SUM