. 3.72.9
authorRoland McGrath <roland@redhat.com>
Wed, 8 Mar 1995 18:21:45 +0000 (18:21 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 8 Mar 1995 18:21:45 +0000 (18:21 +0000)
GNUmakefile
README

index 3d7ba9e2bb2eb124cc06677d8f172d8a85895ec4..5ff6e2cc56d48796a3b2ac7c672c9d462ce67488 100644 (file)
@@ -221,11 +221,19 @@ dist: cvs-mark default info dvi tests tarfiles
 .PHONY: tarfiles
 tarfiles: $(tarfiles)
 
+distfiles=README INSTALL COPYING ChangeLog NEWS \
+          configure Makefile.in configure.in build.sh.in mkinstalldirs \
+         acconfig.h $(srcs) remote-*.c $(globfiles) \
+         make.texinfo make-stds.texi \
+         make.?? make.??s make.toc make.aux make.man texinfo.tex TAGS tags \
+         install-sh \
+         make.info make.info*
+
 ifndef dist-flavor
 dist-flavor = alpha
 endif
 .PHONY: cvs-mark
-cvs-mark:
+cvs-mark: $(distfiles)
        cvs tag -F make-$(subst .,-,$(version))
 
 dist: local-inst
@@ -250,6 +258,7 @@ $(alpha-dir)/%: %
        sed 's/VERSION/$(version)/' < $< > $@
 # Make sure I don't edit it by accident.
        chmod a-w $@
+       cvs commit -m'Regenerated for $(version)' $@
 
 define make-tar
 @rm -fr make-$(version)
@@ -261,15 +270,7 @@ endef
 %.Z: %; compress -c $< > $@
 %.gz: %; gzip -9 -c -v $< > $@
 
-make-doc-$(version).tar: README-doc COPYING make.dvi make.info make.info*
-       $(make-tar)
-make-$(version).tar: README INSTALL COPYING ChangeLog NEWS \
-          configure Makefile.in configure.in build.sh.in mkinstalldirs \
-         acconfig.h $(srcs) remote-*.c $(globfiles) \
-         make.texinfo make-stds.texi \
-         make.?? make.??s make.toc make.aux make.man texinfo.tex TAGS tags \
-         install-sh \
-         make.info make.info*
+make-$(version).tar: $(distfiles)
        $(make-tar)
 
 ifneq (,)
diff --git a/README b/README
index d496ee3e1124f1354d08cc05300b09dd97510a97..f089570e62ef1d690bd8555ca45b5c00f5265feb 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This directory contains the 3.72.8 test release of GNU Make.
+This directory contains the 3.72.9 test release of GNU Make.
 All bugs reported for previous test releases have been fixed.
 Some bugs surely remain.