]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/texinfo-rules.make
release: 1.3.104
[lilypond.git] / stepmake / stepmake / texinfo-rules.make
index 42474ba6fc9255b6837b07f1659f64edf53a9244..796be65295775c8bda5126148d41fc7cfabf8362 100644 (file)
@@ -3,10 +3,10 @@
 .SUFFIXES: .html .info .texi .texinfo
 
 $(outdir)/%.info: $(outdir)/%.texi
-       makeinfo --output=$@ $<
+       -$(MAKEINFO) --force --output=$@ $<
 
 $(outdir)/%.html:      $(outdir)/%.texi
-       -makeinfo --force --output=$@ --html --no-headers $< 
+       -$(MAKEINFO) --force --output=$@ --html --no-headers $< 
 # we want footers even if website builds (or is built) partly
        $(footify) $@