Unbreak PDF file building.
This commit is contained in:
parent
36e2403826
commit
274215c5ca
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11081
1 changed files with 3 additions and 3 deletions
|
@ -419,11 +419,11 @@ ${DOC}.dvi: ${DOC}.tex ${LOCAL_IMAGES_EPS}
|
|||
|
||||
${DOC}.pdf: ${DOC}.tex-pdf ${IMAGES_PDF}
|
||||
@${ECHO} "==> PDFTeX pass 1/3"
|
||||
-${PDFTEX} "&pdfjadetex" '\nonstopmode\input{${DOC}.dvi}'
|
||||
-${PDFTEX} "&pdfjadetex" '\nonstopmode\input{${DOC}.tex-pdf}'
|
||||
@${ECHO} "==> PDFTeX pass 2/3"
|
||||
-${PDFTEX} "&pdfjadetex" '\nonstopmode\input{${DOC}.dvi}'
|
||||
-${PDFTEX} "&pdfjadetex" '\nonstopmode\input{${DOC}.tex-pdf}'
|
||||
@${ECHO} "==> PDFTeX pass 3/3"
|
||||
${PDFTEX} "&pdfjadetex" '\nonstopmode\input{${DOC}.dvi}'
|
||||
${PDFTEX} "&pdfjadetex" '\nonstopmode\input{${DOC}.tex-pdf}'
|
||||
|
||||
${DOC}.ps: ${DOC}.dvi
|
||||
${DVIPS} -o ${.TARGET} ${.ALLSRC}
|
||||
|
|
Loading…
Reference in a new issue