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 +++ doc/blurb.but | 2 -- doc/chm.but | 2 -- doc/index.but | 2 -- doc/input.but | 2 -- doc/intro.but | 2 -- doc/licence.but | 2 -- doc/manpage.but | 2 -- doc/output.but | 2 -- doc/running.but | 2 -- inputs/test.but | 2 +- misc/halibut.vim | 1 - 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 " 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 -- cgit v1.1