]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/tex-rules.make
release: 1.0.13
[lilypond.git] / stepmake / stepmake / tex-rules.make
index ccbb7c3ab1fe97adcd619dbcbdbb7fe924f9c7b0..7b0b9820db4ab43206a9df28389e61ad8e9b6570 100644 (file)
@@ -6,10 +6,9 @@ $(outdir)/%.dvi: $(outdir)/%.tex
 $(outdir)/%.dvi: $(outdir)/%.latex
        (cd $(outdir)&& \
          latex \\nonstopmode \\input $(<F)&&\
-         bibtex $(basename $(<F))&&\
+         (bibtex $(basename $(<F))&&\
          latex \\nonstopmode \\input $(<F)&&\
-         latex \\nonstopmode \\input $(<F)&&\
-       )
+         latex \\nonstopmode \\input $(<F) ) || true)
 
 $(outdir)/%.ps: $(outdir)/%.dvi
        dvips -ta4 -o $@ $<