aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.devel
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-30 18:56:32 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-30 18:56:32 +0000
commit94c44c9c7e26eccaf1d27f675dfbc5ac58c017e9 (patch)
tree9a3a19bf3ba01cc7aba65db4cbaedb80b57a531a /Makefile.devel
parent97ef1b0e5a00206c3ebb913cf6f6ef173d22b6ae (diff)
Added -b option to tag.
Diffstat (limited to 'Makefile.devel')
-rw-r--r--Makefile.devel2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.devel b/Makefile.devel
index fe9fa9ef..35cb85ee 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -269,7 +269,7 @@ tag:
# that version. Otherwise we could use the %{version} macro in the spec file.
(cd etc; mv ProofGeneral.spec ProofGeneral.spec.old; sed -e 's/ProofGeneral-.*.tar.gz/$(RELEASENAMETARGZ)/g' ProofGeneral.spec.old > ProofGeneral.spec; rm ProofGeneral.spec.old)
if [ -z "$(NOCVS)" ]; then cvs commit -m"Set version tag for new release." generic/$(VERSIONFILE) html/$(DOWNLOADHTML) etc/ProofGeneral.spec; fi
- if [ -z "$(NOCVS)" ]; then cvs -b tag "$(CVS_RELEASENAME)"; fi
+ if [ -z "$(NOCVS)" ]; then cvs tag -b "$(CVS_RELEASENAME)"; fi
############################################################
##