]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.2.7
authorfred <fred>
Tue, 26 Mar 2002 22:25:46 +0000 (22:25 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:25:46 +0000 (22:25 +0000)
stepmake/stepmake/pod-rules.make
stepmake/stepmake/texinfo-rules.make
stepmake/stepmake/toplevel-targets.make
stepmake/stepmake/yodl-rules.make

index dd5b7ccd3d2ffee6c6057ea9ddd9c67f9371c55e..252a9d6227b65be649c3f726f89197368c70bf7f 100644 (file)
@@ -16,7 +16,6 @@ do_pod2html=$($(POD2HTML_VERSION))
 
 $(outdir)/%.html: $(outdir)/%.pod $(depth)/VERSION
        $(do_pod2html) 
-       $(PYTHON) $(step-bindir)/add-html-footer.py --package=$(topdir) --index $(depth)/../index.html $@
 
 $(outdir)/%.pod: %.pod
        cp $< $@
index 9ce1c1ccf4cdc60bd7d15335f32d8e91b545e9b0..cdda14839a6a9be72a327724e6a64c13dbbf2231 100644 (file)
@@ -7,7 +7,6 @@ $(outdir)/%.info: $(outdir)/%.texi
 
 $(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
index daf0e7c8da4fe9384c194114a47d8a22edbf3611..faf6124c8f43442eaab72342c8bb946b9453513f 100644 (file)
@@ -24,7 +24,6 @@ local-WWW: #index.html
 
 index.html: check-top-web NEWS
        $(sed-version) < Documentation/topdocs/$(outdir)/topweb.html > $@
-       $(PYTHON) $(step-bindir)/add-html-footer.py --package=$(topdir) --index=Documentation/top-docs/out-www/index.html $@
 
 WWW-clean: local-WWW-clean
        $(MAKE) CONFIGSUFFIX='www' clean
index 3c0099560c6632e203b1ee8495e28de5ce29a179..e5b81ef713c3076554c6601e19a16f10c71c01de 100644 (file)
@@ -13,7 +13,6 @@ $(outdir)/%.7: %.yo
 
 $(outdir)/%.html: %.yo
        $(YODL2HTML) -doutdir=$(outdir) --live-data=3 -o $@ $<
-       $(PYTHON) $(step-bindir)/add-html-footer.py --package=$(topdir) --index=$(depth)/../index.html $@ $(wildcard $(basename $@)[0-9][0-9].html)
 
 $(outdir)/%.latex: %.yo
        $(YODL2LATEX) -doutdir=$(outdir) --live-data=3 -o $@ $<