blob: c8a2bc2bef406d5d43ad4838044adf1d4ca4a637 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#! /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
echo "PDFing the filter spec"
ps2pdf filter.ps filter.pdf
# End
|