git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update dates.
[exim.git]
/
doc
/
doc-scripts
/
BuildPDF
1
#! /bin/sh
2
# $Cambridge: exim/doc/doc-scripts/BuildPDF,v 1.1 2004/10/07 15:04:35 ph10 Exp $
3
4
echo "PDFing the spec"
5
ps2pdf spec.ps spec.pdf
6
7
echo "PDFing the filter spec"
8
ps2pdf filter.ps filter.pdf
9
10
# End