Added DomainKeys support. See doc/experimental-spec.txt for documentation.
[exim.git] / doc / doc-scripts / BuildHTML
CommitLineData
495ae4b0
PH
1#! /bin/sh
2# $Cambridge: exim/doc/doc-scripts/BuildHTML,v 1.1 2004/10/07 15:04:35 ph10 Exp $
3
4if [ $# != 1 ]; then
5 echo "*** Usage: BuildHTML <Exim version>"
6 exit 1
7fi
8
9g2h -split chapter filter.src "Exim Filter Specification"
10g2h -split chapter spec.src "Exim $1 Specification"
11
12# End