From aa2709b2fdd600b9300c52eb534d13672a572239 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 24 Sep 2014 10:32:41 +0000 Subject: Remove Subversion expanded keywords everywhere. The \versionids in the docs are now added by the bob script; the one in inputs/test.but has been replaced by fixed text (it didn't matter what it contained anyway, of course, for test purposes), and the one in misc/halibut.vim has simply been removed (it wasn't actually expanded by svn anyway - it still had its old CVS value). [originally from svn r10253] --- Buildscr | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Buildscr') diff --git a/Buildscr b/Buildscr index 5187793..e90e1e3 100644 --- a/Buildscr +++ b/Buildscr @@ -8,6 +8,9 @@ ifnexist halibut/charset checkout charset halibut/charset set Version $(!builddate).$(vcsid) ifneq "$(RELEASE)" "" set Version $(RELEASE) +# use perl to avoid inconsistent behaviour of echo '\v' +in halibut do perl -e 'print "\n\\versionid Halibut version $$ARGV[0]\n"' $(Version) >> doc/manpage.but + set Rel ifneq "$(RELEASE)" "" set Rel RELEASE=$(RELEASE) -- cgit v1.1