summaryrefslogtreecommitdiff
path: root/tex.mk
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2016-09-15 11:32:50 -0400
committerEugeniy Mikhailov <evgmik@gmail.com>2016-09-15 11:32:50 -0400
commitf4eca53e38cccb0c5c84ac6f0d7e0725cb62bcf4 (patch)
treef36c9f690ddc03446e5e166905cccd3a60d9657c /tex.mk
parentb747baecc575c0bcd63de181148aca4b10514e58 (diff)
downloadmakefile_templates-f4eca53e38cccb0c5c84ac6f0d7e0725cb62bcf4.tar.gz
makefile_templates-f4eca53e38cccb0c5c84ac6f0d7e0725cb62bcf4.zip
more verbose rubber options
Diffstat (limited to 'tex.mk')
-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 )