summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tex.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex.mk b/tex.mk
index 1c6ec1c..3a006b1 100644
--- a/tex.mk
+++ b/tex.mk
@@ -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 )