]> git.netwichtig.de Git - user/henk/code/exim.git/blob - doc/doc-scripts/BuildPDF
sudo !tty_tickets; correct config file list.
[user/henk/code/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