]> git.donarmstrong.com Git - lilypond.git/blobdiff - stepmake/stepmake/texinfo-rules.make
*** empty log message ***
[lilypond.git] / stepmake / stepmake / texinfo-rules.make
index 874cc7fe30fb1b822f4b7ba6191cea126e5f6b7a..3f0432b2e136db706615b34c21bddd36c367e82a 100644 (file)
@@ -14,10 +14,10 @@ $(outdir)/%.pdf.omf: %.texi
        $(call GENERATE_OMF,pdf)
 
 $(outdir)/%.ps.gz.omf: %.texi
-       $(call GENERATE_OMF,ps.gz) 
+       $(call GENERATE_OMF,ps.gz)
 
 # Generic rule not possible?
-$(outdir)/%/%.html: $(outdir)/%.texi 
+$(outdir)/%/%.html: $(outdir)/%.texi
        $(MAKEINFO) --output=$@ --css-include=$(top-src-dir)/Documentation/texinfo.css --html $<