From 17aeba3fe1fdbdaa6f66c01836a2bd8502a51730 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 25 Aug 2003 22:50:30 +0000 Subject: [PATCH] Fix. --- Makefile.maint | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile.maint b/Makefile.maint index 6c67033..acb918e 100644 --- a/Makefile.maint +++ b/Makefile.maint @@ -302,8 +302,7 @@ maintainer-distcheck: changelog-check # checks fail. Also, make sure the NEWS file is up-to-date. # FIXME: use dist-hook/my-dist like distcheck-hook/my-distcheck. cvs-dist: $(local-check) maintainer-distcheck - echo $(CVS) update po - echo $(CVS) tag -c $(this-cvs-tag) + $(CVS) tag -c $(this-cvs-tag) $(MAKE) dist # Use this to make sure we don't run these programs when building @@ -495,7 +494,7 @@ alpha beta major: $(local-check) ln $(rel-files) $(release_archive_dir) echo chmod a-w $(rel-files) echo $(VERSION) > $(prev_version_file) - echo $(CVS) ci -m. $(prev_version_file) + $(CVS) ci -m. $(prev_version_file) @$(emit-upload-commands) cd contrib/doxygen && doxygen && cp -v html/* $(htmldir)/doxygen/ cp -v doc/$(PACKAGE).{ps,pdf,html} $(htmldir)/ -- 2.11.4.GIT