Added macros for time_t as for off_t and used them to rework the code of
[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