projects
/
exim.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Expand documentation on use of dnslists in an IPv6 environment. Bug 1369
[exim.git]
/
doc
/
doc-scripts
/
BuildPDF
Commit
Line
Data
495ae4b0
1
#! /bin/sh
495ae4b0
PH
2
3
echo "PDFing the spec"
4
ps2pdf spec.ps spec.pdf
5
6
echo "PDFing the filter spec"
7
ps2pdf filter.ps filter.pdf
8
9
# End