]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/texinfo-rules.make
Makefile thinko: remove unused line
[lilypond.git] / stepmake / stepmake / texinfo-rules.make
index a49c86a87f4f65d150eea9b0d400e55a64c4b5ec..5ebef89c3e6431c05caee7021dd32714416bffee 100644 (file)
@@ -65,8 +65,6 @@ $(outdir)/%.pdf: $(outdir)/%.texi $(outdir)/version.itexi
        cd $(outdir); texi2pdf $(TEXI2PDF_FLAGS) --batch $(TEXINFO_PAPERSIZE_OPTION) $(<F)
 
 
-MAKEINFO_TXT_COMMAND = 
-
 $(outdir)/%.txt: $(outdir)/%.texi $(outdir)/version.itexi
        $(MAKEINFO) -I$(src-dir) -I$(outdir) --no-split --no-headers --output $@ $<