.
diff --git a/GNUmakefile b/GNUmakefile
index 3d7ba9e..5ff6e2c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -221,11 +221,19 @@
 .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 @@
 	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 @@
 %.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 d496ee3..f089570 100644
--- 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.