diff options
Diffstat (limited to 'tex.mk')
-rw-r--r-- | tex.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ endif # thus force switch below $(pdf_from_independent_tex): %.pdf : %.tex $(tex_fig_files) $(tex_includes) ifndef USE_PDF_LATEX - rubber -f -d $< + rubber --force --pdf $< else pdflatex $< bibtex $(<:%.tex=%) || ( if [ "$?" eq "2" ]; then echo "looks like not citations were used"; fi ) |