]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.0.6
authorfred <fred>
Tue, 25 Aug 1998 15:01:53 +0000 (15:01 +0000)
committerfred <fred>
Tue, 25 Aug 1998 15:01:53 +0000 (15:01 +0000)
stepmake/stepmake/texinfo-rules.make

index a1f223b4c42b6ff1cfd6c379b5973793133972cb..4e45a880ef83c54cc0400c2ab4d6d56b8bdc0eec 100644 (file)
@@ -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)