aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.devel
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-30 19:00:24 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-30 19:00:24 +0000
commita49438c3d27a64631335fd135a3188d5c0125d65 (patch)
tree038f813fbbd88d653a892d36e9f962725a686f50 /Makefile.devel
parent367408f22687073dcb1877b14ee359a2cfac044b (diff)
Remove -b option from tag. Probably needs to be done by hand.
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 35cb85ee..13d7a72c 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 tag -b "$(CVS_RELEASENAME)"; fi
+ if [ -z "$(NOCVS)" ]; then cvs tag "$(CVS_RELEASENAME)"; fi
############################################################
##