]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/texinfo-rules.make
release: 1.2.7
[lilypond.git] / stepmake / stepmake / texinfo-rules.make
index ce726fe8c1d53d3ee28bff34c84082d47d751d4a..cdda14839a6a9be72a327724e6a64c13dbbf2231 100644 (file)
@@ -1,13 +1,12 @@
 # Texinfo_rules.make
 
-.SUFFIXES: .html .texinfo
+.SUFFIXES: .html .info .texi .texinfo
 
 $(outdir)/%.info: $(outdir)/%.texi
        makeinfo --output=$@ $<
 
 $(outdir)/%.html:      $(outdir)/%.texi
        -makeinfo --force --output=$@ --html --no-headers $< 
-       $(PYTHON) $(step-bindir)/add-html-footer.py --package=$(topdir) --index=$(depth)/../index.html $@ $(wildcard $(basename $@)[0-9][0-9].html)
 
 $(outdir)/%.dvi:       $(outdir)/%.texi
 # --clean only in >= 3.12s