summaryrefslogtreecommitdiff
path: root/Buildscr
diff options
context:
space:
mode:
Diffstat (limited to 'Buildscr')
-rw-r--r--Buildscr3
1 files changed, 3 insertions, 0 deletions
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)