]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/tex-rules.make
release: 1.1.69
[lilypond.git] / stepmake / stepmake / tex-rules.make
index f48e99c7d0bfcbdf5e633e842abdbba398c3361e..bd8aee3ceb1c45c11aceec87a7aead71cb5bec0d 100644 (file)
@@ -9,8 +9,8 @@ $(outdir)/%.dvi: $(outdir)/%.latex
        (cd $(outdir)&& \
          latex \\nonstopmode \\input $(<F)&&\
          (bibtex $(basename $(<F)) || true) && \
-         (makeindex $(basename $(<F)) || true) && \
          latex \\nonstopmode \\input $(<F)&&\
+kk       (makeindex $(basename $(<F)) || true) && \
          latex \\nonstopmode \\input $(<F) )
 
 $(outdir)/%.ps: $(outdir)/%.dvi