]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/texinfo-rules.make
release: 1.3.120
[lilypond.git] / stepmake / stepmake / texinfo-rules.make
index 452f736b1fe231ee38db82c141e67d25119adc2f..bec07af2d41bf67ae240672530f4d8a8ed41f512 100644 (file)
@@ -22,7 +22,7 @@ $(outdir)/%.dvi: $(outdir)/%.texi
        cd $(outdir); texi2dvi --batch ../$< 
 
 $(outdir)/%.txt: $(outdir)/%.texi
-       $(MAKEINFO) -I../ -I $(outdir) --no-split --no-headers --output $@ $<
+       $(MAKEINFO) --force -I../ -I $(outdir) --no-split --no-headers --output $@ $<
 
 $(outdir)/%.texi: %.texi
        rm -f $@