Commit 028ccb87 authored by jake%bugzilla.org's avatar jake%bugzilla.org

Use pdfjadetex to generate the PDF file instead of going through PostScript as…

Use pdfjadetex to generate the PDF file instead of going through PostScript as it generates a much cleaner PDF file.
parent cc1c75fa
......@@ -86,11 +86,8 @@ MakeDocs('PDF', "jade -t tex -d $LDP_HOME/ldp.dsl\#print $JADE_PUB/xml.dcl " .
'../xml/Bugzilla-Guide.xml');
chdir '../pdf';
MakeDocs(undef, 'mv ../xml/Bugzilla-Guide.tex .');
MakeDocs(undef, 'jadetex Bugzilla-Guide.tex');
MakeDocs(undef, 'jadetex Bugzilla-Guide.tex');
MakeDocs(undef, 'jadetex Bugzilla-Guide.tex');
MakeDocs(undef, 'dvips -o Bugzilla-Guide.ps Bugzilla-Guide.dvi');
MakeDocs(undef, 'ps2pdf Bugzilla-Guide.ps Bugzilla-Guide.pdf');
MakeDocs(undef, 'rm Bugzilla-Guide.tex Bugzilla-Guide.log Bugzilla-Guide.dvi ' .
'Bugzilla-Guide.aux Bugzilla-Guide.ps');
MakeDocs(undef, 'pdfjadetex Bugzilla-Guide.tex');
MakeDocs(undef, 'pdfjadetex Bugzilla-Guide.tex');
MakeDocs(undef, 'pdfjadetex Bugzilla-Guide.tex');
MakeDocs(undef, 'rm Bugzilla-Guide.tex Bugzilla-Guide.log Bugzilla-Guide.aux');
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment