From: fred Date: Tue, 25 Aug 1998 15:01:53 +0000 (+0000) Subject: lilypond-1.0.6 X-Git-Tag: release/1.5.59~5830 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3d07b1832e1a1799cc134128bd8ae07f94372082;p=lilypond.git lilypond-1.0.6 --- diff --git a/stepmake/stepmake/texinfo-rules.make b/stepmake/stepmake/texinfo-rules.make index a1f223b4c4..4e45a880ef 100644 --- a/stepmake/stepmake/texinfo-rules.make +++ b/stepmake/stepmake/texinfo-rules.make @@ -15,9 +15,6 @@ texi2html =\ $(outdir)/%.1: %.texinfo $(texi2man) -# $(outdir)/%.info: %.texinfo -# $(MAKEINFO) -o $@ $< - $(outdir)/%.info: $(outdir)/%.texinfo $(MAKEINFO) -o $@ $< @@ -33,9 +30,6 @@ $(outdir)/%.html: $(outdir)/%.texinfo $(texi2html) $(PYTHON) $(step-bindir)/add-html-footer.py --package=$(topdir) --index $(depth)/../index.html $@ -$(outdir)/%.texinfo: %.texinfo - cp $< $@ - $(outdir)/%.1: $(outdir)/%.texinfo -$(texi2man)