aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.devel
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-09-21 17:54:59 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-09-21 17:54:59 +0000
commit06414105cf59be18ae3fa2e7d2ba69acd060b491 (patch)
tree44dd793d0f4e343ee3934ed30ceb1da04ca657dc /Makefile.devel
parent10321fd678d5efb8d0e76ab94840194e24f96d65 (diff)
Added cvs update to release target.
Diffstat (limited to 'Makefile.devel')
-rw-r--r--Makefile.devel2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.devel b/Makefile.devel
index b5c41e6a..0f480ec2 100644
--- a/Makefile.devel
+++ b/Makefile.devel
@@ -243,6 +243,8 @@ tag:
@echo "*************************************************"
@echo " Tagging sources... (fails if CVS source dirty)"
@echo "*************************************************"
+# Update the sources, this is almost always what we want to do.
+ cvs update -d
if [ -z "$(NOCVS)" ] && [ -n "`cvs -n -q update`" ]; then exit 1; fi
# Tag proof-site.el and ProofGeneral.spec
(cd generic; mv $(VERSIONFILE) $(VERSIONFILE).old; sed -e 's/defconst $(VERSIONVARIABLE) \".*\"/defconst $(VERSIONVARIABLE) \"Proof General, Version $(VERSION) released by da. Email proofgen@dcs.ed.ac.uk.\"/g' $(VERSIONFILE).old > $(VERSIONFILE); rm $(VERSIONFILE).old)