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