From 1805a4673f947512345271f5c71af87bfcae8b17 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 26 Mar 2002 22:25:46 +0000 Subject: [PATCH] lilypond-1.2.7 --- stepmake/stepmake/pod-rules.make | 1 - stepmake/stepmake/texinfo-rules.make | 1 - stepmake/stepmake/toplevel-targets.make | 1 - stepmake/stepmake/yodl-rules.make | 1 - 4 files changed, 4 deletions(-) diff --git a/stepmake/stepmake/pod-rules.make b/stepmake/stepmake/pod-rules.make index dd5b7ccd3d..252a9d6227 100644 --- a/stepmake/stepmake/pod-rules.make +++ b/stepmake/stepmake/pod-rules.make @@ -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 $< $@ diff --git a/stepmake/stepmake/texinfo-rules.make b/stepmake/stepmake/texinfo-rules.make index 9ce1c1ccf4..cdda14839a 100644 --- a/stepmake/stepmake/texinfo-rules.make +++ b/stepmake/stepmake/texinfo-rules.make @@ -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 diff --git a/stepmake/stepmake/toplevel-targets.make b/stepmake/stepmake/toplevel-targets.make index daf0e7c8da..faf6124c8f 100644 --- a/stepmake/stepmake/toplevel-targets.make +++ b/stepmake/stepmake/toplevel-targets.make @@ -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 diff --git a/stepmake/stepmake/yodl-rules.make b/stepmake/stepmake/yodl-rules.make index 3c0099560c..e5b81ef713 100644 --- a/stepmake/stepmake/yodl-rules.make +++ b/stepmake/stepmake/yodl-rules.make @@ -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 $@ $< -- 2.39.5