summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2014-09-24 10:32:41 +0000
committerSimon Tatham <anakin@pobox.com>2014-09-24 10:32:41 +0000
commitaa2709b2fdd600b9300c52eb534d13672a572239 (patch)
treeb734fef20e8ce8b1260af7a9347ba9a4d1c25b9c
parent9c672e85f50efb891bb7df65b4b341f6f3f0ca2d (diff)
downloadhalibut-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]
-rw-r--r--Buildscr3
-rw-r--r--doc/blurb.but2
-rw-r--r--doc/chm.but2
-rw-r--r--doc/index.but2
-rw-r--r--doc/input.but2
-rw-r--r--doc/intro.but2
-rw-r--r--doc/licence.but2
-rw-r--r--doc/manpage.but2
-rw-r--r--doc/output.but2
-rw-r--r--doc/running.but2
-rw-r--r--inputs/test.but2
-rw-r--r--misc/halibut.vim1
12 files changed, 4 insertions, 20 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)
diff --git a/doc/blurb.but b/doc/blurb.but
index 6e58ad6..acb4eb4 100644
--- a/doc/blurb.but
+++ b/doc/blurb.but
@@ -19,5 +19,3 @@ This document is its user manual.
\copyright This manual is copyright 2004-2007 Simon Tatham. All
rights reserved. You may distribute this documentation under the MIT
licence. See \k{licence} for the licence text in full.
-
-\versionid $Id$
diff --git a/doc/chm.but b/doc/chm.but
index 510baf8..ef21ecc 100644
--- a/doc/chm.but
+++ b/doc/chm.but
@@ -15,5 +15,3 @@
\cfg{html-mshtmlhelp-project}{halibut.hhp}
\cfg{html-mshtmlhelp-contents}{halibut.hhc}
\cfg{html-mshtmlhelp-index}{halibut.hhk}
-
-\versionid $Id$
diff --git a/doc/index.but b/doc/index.but
index 1e8785b..241a4a6 100644
--- a/doc/index.but
+++ b/doc/index.but
@@ -1,5 +1,3 @@
-\versionid $Id$
-
\IM{Windows Help} Windows Help
\IM{Windows Help} Help, Windows
diff --git a/doc/input.but b/doc/input.but
index b2ac6cc..f5ef06e 100644
--- a/doc/input.but
+++ b/doc/input.but
@@ -1,5 +1,3 @@
-\versionid $Id$
-
\C{input} Halibut input format
This chapter describes the format in which you should write
diff --git a/doc/intro.but b/doc/intro.but
index 76eb7b1..2e5ada1 100644
--- a/doc/intro.but
+++ b/doc/intro.but
@@ -1,5 +1,3 @@
-\versionid $Id$
-
\C{intro} Introduction to Halibut
Halibut is a multi-format documentation processing system.
diff --git a/doc/licence.but b/doc/licence.but
index 8378d98..ef9d366 100644
--- a/doc/licence.but
+++ b/doc/licence.but
@@ -1,5 +1,3 @@
-\versionid $Id$
-
\A{licence} Halibut Licence
Halibut is copyright (c) 1999-2007 Simon Tatham.
diff --git a/doc/manpage.but b/doc/manpage.but
index 5ce02eb..711f7e3 100644
--- a/doc/manpage.but
+++ b/doc/manpage.but
@@ -1,5 +1,3 @@
-\versionid $Id$
-
\cfg{man-identity}{halibut}{1}{2004-04-08}{Halibut}{Simon Tatham}
\cfg{man-mindepth}{1}
diff --git a/doc/output.but b/doc/output.but
index a062502..9309b82 100644
--- a/doc/output.but
+++ b/doc/output.but
@@ -1,5 +1,3 @@
-\versionid $Id$
-
\C{output} Halibut output formats
This chapter describes each of Halibut's current \i{output formats}.
diff --git a/doc/running.but b/doc/running.but
index c0c216f..39e1715 100644
--- a/doc/running.but
+++ b/doc/running.but
@@ -1,5 +1,3 @@
-\versionid $Id$
-
\C{running} Running Halibut
\I{running Halibut}In the simplest case, running Halibut is very
diff --git a/inputs/test.but b/inputs/test.but
index 751ec1b..350c6a8 100644
--- a/inputs/test.but
+++ b/inputs/test.but
@@ -40,7 +40,7 @@ a bit]
\define{coopt} co\u00F6{-o}pt
-\versionid $Id$
+\versionid Arbitrary version id text
\C{ch\\ap} First chapter title; for similar wrapping reasons this
chapter title will be ludicrously long. I wonder how much more
diff --git a/misc/halibut.vim b/misc/halibut.vim
index 49b2380..170bb09 100644
--- a/misc/halibut.vim
+++ b/misc/halibut.vim
@@ -3,7 +3,6 @@
" Maintainer: Jacob Nevins <jacobn+vim@chiark.greenend.org.uk>
" URL: http://www.chiark.greenend.org.uk/~sgtatham/halibut/
" Filenames: *.but
-" Version: $Id: halibut.vim,v 1.12 2004/07/16 12:54:59 jacob Exp $
" I've never been entirely comfortable with vim's syntax highlighting
" facilities, so this may have all sorts of nasty loose ends, corner cases