From 4519a9ee961158839b3f96d7e5a67a09f8d4db8c Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Tue, 24 Aug 1999 15:10:35 +0000 Subject: [PATCH] Various experimental changes to automate the distribution-building process. --- Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Makefile.am b/Makefile.am index d7e6028f..ce58ef5b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -149,6 +149,20 @@ us-dist: us-distdir GZIP=$(GZIP) $(TAR) chozf $(distdir)-us.tar.gz $(distdir)-us -rm -rf $(distdir)-us +actual-dist: dist us-dist + mv $(distdir).tar.gz $(distdir)i.tar.gz + mv $(distdir)-us.tar.gz $(distdir).tar.gz + pgp -sb $(distdir)i.tar.gz && chmod 644 $(distdir)i.tar.gz.asc + pgp -sb $(distdir).tar.gz && chmod 644 $(distdir).tar.gz.asc + +mutt-dist-prep: reldate update-doc changelog + awk -F . '{printf("%d.%d.%d\n", $$1, $$2, $$3 + 1);}' VERSION > _VERSION.$$$$ \ + && mv _VERSION.$$$$ VERSION + +mutt-dist: mutt-dist-prep + touch $(srcdir)/configure.in + $(MAKE) actual-dist + update-doc: stamp-doc-rc (cd doc && make update-doc) -- 2.40.0