diff options
| author | Simon Tatham <anakin@pobox.com> | 2014-09-24 10:32:41 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2014-09-24 10:32:41 +0000 |
| commit | aa2709b2fdd600b9300c52eb534d13672a572239 (patch) | |
| tree | b734fef20e8ce8b1260af7a9347ba9a4d1c25b9c /Buildscr | |
| parent | 9c672e85f50efb891bb7df65b4b341f6f3f0ca2d (diff) | |
| download | halibut-aa2709b2fdd600b9300c52eb534d13672a572239.zip halibut-aa2709b2fdd600b9300c52eb534d13672a572239.tar.gz halibut-aa2709b2fdd600b9300c52eb534d13672a572239.tar.bz2 halibut-aa2709b2fdd600b9300c52eb534d13672a572239.tar.xz | |
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]
Diffstat (limited to 'Buildscr')
| -rw-r--r-- | Buildscr | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |