]> git.donarmstrong.com Git - lilypond.git/commitdiff
Makefile thinko: remove unused line
authorJohn Mandereau <john.mandereau@gmail.com>
Sat, 10 Jan 2009 10:31:56 +0000 (11:31 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Sat, 10 Jan 2009 10:31:56 +0000 (11:31 +0100)
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 $@ $<