summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1995-03-08 18:21:45 +0000
committerRoland McGrath <roland@redhat.com>1995-03-08 18:21:45 +0000
commit8bc1a424e27ae5725e0cada2d0006305c8513673 (patch)
tree24722fd6ddc86444bad2fd93d6d22f9dbfdbf89e
parent5e69859273886b13a6c162e6f46326938dd2f9f7 (diff)
downloadgunmake-8bc1a424e27ae5725e0cada2d0006305c8513673.tar.gz
-rw-r--r--GNUmakefile21
-rw-r--r--README2
2 files changed, 12 insertions, 11 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 3d7ba9e..5ff6e2c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -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 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.