7 ps_2on1: refman_2on1.ps
9 pdf_2on1: refman_2on1.pdf
12 dvips -o refman.ps refman.dvi
15 gswin32c -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=refman.pdf -c save pop -f refman.ps
17 refman.dvi: refman.tex doxygen.sty
18 echo "Running latex..."
20 echo "Running makeindex..."
22 echo "Rerunning latex...."
25 while egrep -s 'Rerun (LaTeX|to get cross-references right)' refman.log && [ $$latex_count -gt 0 ] ;\
27 echo "Rerunning latex...." ;\
29 latex_count=`expr $$latex_count - 1` ;\
32 refman_2on1.ps: refman.ps
33 psnup -2 refman.ps >refman_2on1.ps
35 refman_2on1.pdf: refman_2on1.ps
36 gswin32c -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sOutputFile=refman_2on1.pdf -c save pop -f refman_2on1.ps
39 rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out