Add quota/quota_filecount transport option modifier "no_check" Bug 1115
[exim.git] / doc / doc-scripts / BuildPDF
CommitLineData
495ae4b0 1#! /bin/sh
495ae4b0
PH
2
3echo "PDFing the spec"
4ps2pdf spec.ps spec.pdf
5
6echo "PDFing the filter spec"
7ps2pdf filter.ps filter.pdf
8
9# End