diff options
author | Tony Finch <dot@dotat.at> | 2011-06-29 17:31:00 +0100 |
---|---|---|
committer | Tony Finch <dot@dotat.at> | 2011-06-29 17:31:00 +0100 |
commit | 3634fc257bd0667daef14d72005cd87c735bbb24 (patch) | |
tree | 80df5cffc472cbbba5cb536d1ea7ac8135b94d21 /doc/doc-scripts | |
parent | 3ce96ada4f5bc6a9ba7321ba1c39b733ae0d3487 (diff) |
Remove obsolete $Cambridge$ CVS revision strings.
I have also de-CVSed the ABOUT files and cleaned up a few
introductory comments.
Diffstat (limited to 'doc/doc-scripts')
-rw-r--r-- | doc/doc-scripts/ABOUT | 6 | ||||
-rwxr-xr-x | doc/doc-scripts/BuildFAQ | 1 | ||||
-rwxr-xr-x | doc/doc-scripts/BuildHTML | 1 | ||||
-rwxr-xr-x | doc/doc-scripts/BuildInfo | 1 | ||||
-rwxr-xr-x | doc/doc-scripts/BuildPDF | 1 | ||||
-rwxr-xr-x | doc/doc-scripts/DoConts | 1 | ||||
-rwxr-xr-x | doc/doc-scripts/DoIndex | 1 | ||||
-rwxr-xr-x | doc/doc-scripts/JoinPS | 1 | ||||
-rw-r--r-- | doc/doc-scripts/Makefile | 2 | ||||
-rwxr-xr-x | doc/doc-scripts/f2h | 1 | ||||
-rwxr-xr-x | doc/doc-scripts/f2txt | 1 | ||||
-rw-r--r-- | doc/doc-scripts/f2wiki | 2 | ||||
-rwxr-xr-x | doc/doc-scripts/faqchk | 1 | ||||
-rwxr-xr-x | doc/doc-scripts/fc2k | 1 | ||||
-rwxr-xr-x | doc/doc-scripts/g2h | 1 | ||||
-rwxr-xr-x | doc/doc-scripts/g2man | 1 | ||||
-rwxr-xr-x | doc/doc-scripts/g2t | 1 |
17 files changed, 2 insertions, 22 deletions
diff --git a/doc/doc-scripts/ABOUT b/doc/doc-scripts/ABOUT index 7731de2e1..0e5ff9560 100644 --- a/doc/doc-scripts/ABOUT +++ b/doc/doc-scripts/ABOUT @@ -1,7 +1,5 @@ -$Cambridge: exim/doc/doc-scripts/ABOUT,v 1.2 2005/06/16 10:32:31 ph10 Exp $ - -CVS directory exim/exim-doc/doc-scripts ---------------------------------------- +Exim repository: doc/doc-scripts +-------------------------------- This directory contains various scripts that are used to build the distributed documentation from its SGCAL source files. This method of maintaining the diff --git a/doc/doc-scripts/BuildFAQ b/doc/doc-scripts/BuildFAQ index f0795f50f..3701b71ad 100755 --- a/doc/doc-scripts/BuildFAQ +++ b/doc/doc-scripts/BuildFAQ @@ -1,5 +1,4 @@ #! /bin/sh -# $Cambridge: exim/doc/doc-scripts/BuildFAQ,v 1.2 2004/10/15 13:20:28 ph10 Exp $ # Script to build the Exim FAQ in text and HTML formats. diff --git a/doc/doc-scripts/BuildHTML b/doc/doc-scripts/BuildHTML index 9d60034ea..36e1e0952 100755 --- a/doc/doc-scripts/BuildHTML +++ b/doc/doc-scripts/BuildHTML @@ -1,5 +1,4 @@ #! /bin/sh -# $Cambridge: exim/doc/doc-scripts/BuildHTML,v 1.1 2004/10/07 15:04:35 ph10 Exp $ if [ $# != 1 ]; then echo "*** Usage: BuildHTML <Exim version>" diff --git a/doc/doc-scripts/BuildInfo b/doc/doc-scripts/BuildInfo index 9f8d10591..4aabb0f45 100755 --- a/doc/doc-scripts/BuildInfo +++ b/doc/doc-scripts/BuildInfo @@ -1,5 +1,4 @@ #! /bin/sh -# $Cambridge: exim/doc/doc-scripts/BuildInfo,v 1.1 2004/10/07 15:04:35 ph10 Exp $ if [ "$1" = "filter" ]; then g2t -filter filter.src >filter.texinfo diff --git a/doc/doc-scripts/BuildPDF b/doc/doc-scripts/BuildPDF index c8a2bc2be..b97ccbd19 100755 --- a/doc/doc-scripts/BuildPDF +++ b/doc/doc-scripts/BuildPDF @@ -1,5 +1,4 @@ #! /bin/sh -# $Cambridge: exim/doc/doc-scripts/BuildPDF,v 1.1 2004/10/07 15:04:35 ph10 Exp $ echo "PDFing the spec" ps2pdf spec.ps spec.pdf diff --git a/doc/doc-scripts/DoConts b/doc/doc-scripts/DoConts index 410c3baa1..76b2da079 100755 --- a/doc/doc-scripts/DoConts +++ b/doc/doc-scripts/DoConts @@ -1,5 +1,4 @@ #! /usr/bin/perl -w -# $Cambridge: exim/doc/doc-scripts/DoConts,v 1.1 2004/10/07 15:04:35 ph10 Exp $ $style = (@ARGV > 0)? $ARGV[0] : "a4ps"; diff --git a/doc/doc-scripts/DoIndex b/doc/doc-scripts/DoIndex index 1caddbd6f..ca41bafa1 100755 --- a/doc/doc-scripts/DoIndex +++ b/doc/doc-scripts/DoIndex @@ -1,5 +1,4 @@ #! /usr/bin/perl -w -# $Cambridge: exim/doc/doc-scripts/DoIndex,v 1.1 2004/10/07 15:04:35 ph10 Exp $ # Script for producing the Index for the Exim manual from the output of the # SGCAL run. This is copied from the script for the Exim book. diff --git a/doc/doc-scripts/JoinPS b/doc/doc-scripts/JoinPS index 92ba59a5f..2bdfa335c 100755 --- a/doc/doc-scripts/JoinPS +++ b/doc/doc-scripts/JoinPS @@ -1,5 +1,4 @@ #!/usr/bin/perl -# $Cambridge: exim/doc/doc-scripts/JoinPS,v 1.1 2004/10/07 15:04:35 ph10 Exp $ # Make the basic PostScript file for the Exim spec from the gcode file, then # join it together with the contents and the index, to make a single diff --git a/doc/doc-scripts/Makefile b/doc/doc-scripts/Makefile index 79b1f0490..901e68740 100644 --- a/doc/doc-scripts/Makefile +++ b/doc/doc-scripts/Makefile @@ -1,5 +1,3 @@ -# $Cambridge: exim/doc/doc-scripts/Makefile,v 1.1 2004/10/07 15:04:35 ph10 Exp $ - # Makefile for Exim documentation ps:; sgcal-fr spec.src -v -to z-gcode -index z-rawindex diff --git a/doc/doc-scripts/f2h b/doc/doc-scripts/f2h index 426e46e67..6e53480bb 100755 --- a/doc/doc-scripts/f2h +++ b/doc/doc-scripts/f2h @@ -1,5 +1,4 @@ #!/usr/bin/perl -# $Cambridge: exim/doc/doc-scripts/f2h,v 1.1 2004/10/07 15:04:35 ph10 Exp $ # Script to turn the Exim FAQ into HTML. diff --git a/doc/doc-scripts/f2txt b/doc/doc-scripts/f2txt index ff5d70392..4f24f7b3f 100755 --- a/doc/doc-scripts/f2txt +++ b/doc/doc-scripts/f2txt @@ -1,5 +1,4 @@ #!/usr/bin/perl -# $Cambridge: exim/doc/doc-scripts/f2txt,v 1.1 2004/10/07 15:04:35 ph10 Exp $ # Script to turn the Exim FAQ into plain ASCII. diff --git a/doc/doc-scripts/f2wiki b/doc/doc-scripts/f2wiki index 9197c33a2..8576359aa 100644 --- a/doc/doc-scripts/f2wiki +++ b/doc/doc-scripts/f2wiki @@ -2,8 +2,6 @@ # # Script to convert Exim FAQ into wiki markup - moin flavour # -# $Cambridge: exim/doc/doc-scripts/f2wiki,v 1.2 2004/11/12 15:25:39 nm4 Exp $ -# use strict; use integer; use bytes; diff --git a/doc/doc-scripts/faqchk b/doc/doc-scripts/faqchk index 939d0b253..387f7d384 100755 --- a/doc/doc-scripts/faqchk +++ b/doc/doc-scripts/faqchk @@ -1,5 +1,4 @@ #!/usr/bin/perl -w -# $Cambridge: exim/doc/doc-scripts/faqchk,v 1.1 2004/10/07 15:04:35 ph10 Exp $ # Script to check the FAQ source and make sure I have all the numbers # in the right order without duplication. Also check the numbers of blank diff --git a/doc/doc-scripts/fc2k b/doc/doc-scripts/fc2k index 1d6df1e81..0b977fc87 100755 --- a/doc/doc-scripts/fc2k +++ b/doc/doc-scripts/fc2k @@ -1,5 +1,4 @@ #! /usr/bin/perl -w -# $Cambridge: exim/doc/doc-scripts/fc2k,v 1.2 2004/10/14 09:53:11 ph10 Exp $ # Script to read the HTML table of contents for the Exim FAQ and create an # HTML KWIC index out of it. diff --git a/doc/doc-scripts/g2h b/doc/doc-scripts/g2h index 282dd11fc..b6e292211 100755 --- a/doc/doc-scripts/g2h +++ b/doc/doc-scripts/g2h @@ -1,5 +1,4 @@ #! /usr/bin/perl -w -# $Cambridge: exim/doc/doc-scripts/g2h,v 1.3 2005/02/17 12:17:09 ph10 Exp $ # This is a script that turns the SGCAL source of Exim's documentation into # HTML. It can be used for both the filter document and the main Exim diff --git a/doc/doc-scripts/g2man b/doc/doc-scripts/g2man index e3006b5ec..a2da4842a 100755 --- a/doc/doc-scripts/g2man +++ b/doc/doc-scripts/g2man @@ -1,5 +1,4 @@ #! /usr/bin/perl -w -# $Cambridge: exim/doc/doc-scripts/g2man,v 1.1 2004/10/07 15:04:35 ph10 Exp $ # Script to find the command line options in the Exim spec, and turn them # into a man page, because people like that. diff --git a/doc/doc-scripts/g2t b/doc/doc-scripts/g2t index 6ff2bb3f3..2f2ac449b 100755 --- a/doc/doc-scripts/g2t +++ b/doc/doc-scripts/g2t @@ -1,5 +1,4 @@ #! /usr/bin/perl -w -# $Cambridge: exim/doc/doc-scripts/g2t,v 1.2 2005/01/27 10:25:35 ph10 Exp $ # A Perl script to turn the SGCAL source of the Exim documentation into # Texinfo input, more or less... |