From 3d07b1832e1a1799cc134128bd8ae07f94372082 Mon Sep 17 00:00:00 2001 From: fred Date: Tue, 25 Aug 1998 15:01:53 +0000 Subject: [PATCH] lilypond-1.0.6 --- stepmake/stepmake/texinfo-rules.make | 6 ------ 1 file changed, 6 deletions(-) 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) -- 2.39.5