git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix list-expansion for various domainlists, having included sublist elements. Bug...
[exim.git]
/
doc
/
doc-scripts
/
BuildHTML
1
#! /bin/sh
2
3
if [ $# != 1 ]; then
4
echo "*** Usage: BuildHTML <Exim version>"
5
exit 1
6
fi
7
8
g2h -split chapter filter.src "Exim Filter Specification"
9
g2h -split chapter spec.src "Exim $1 Specification"
10
11
# End