]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/yolily-topdoc-targets.make
release: 1.2.7
[lilypond.git] / stepmake / stepmake / yolily-topdoc-targets.make
index 612d1c6b6414400deacde222bfbb440c533895fe..61009bb86e80e6048a84864169b5e2b9839a0f92 100644 (file)
@@ -7,12 +7,10 @@ $(outdir)/%.html: %.yo
        $(YODL2HTML) -doutdir=$(outdir) --live-data=3 -o $@.in $<
        $(sed-version) < $@.in > $@
        rm -f $@.in
-       $(PYTHON) $(step-bindir)/add-html-footer.py --package=$(topdir) --index=index.html --changelog=$(depth)/CHANGES $@
 
 local-WWW:
        -cp $(outdir)/*png $(outdir)/index.html $(depth)  # don't fail if not making website
 
-
 copy-to-top: 
        $(foreach i, $(TO_TOP_FILES), \
          cp $(i) $(depth)/ && ) true