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