X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=stepmake%2Fstepmake%2Ftexinfo-rules.make;h=874cc7fe30fb1b822f4b7ba6191cea126e5f6b7a;hb=078703a6ab29f75983a55ac2cc35fe5f315da574;hp=c43ec1aef075ffabbe020a3d0ffca3f5e77841a1;hpb=75e2b24fabd5962901580b0d3627cee6b0aa41c1;p=lilypond.git diff --git a/stepmake/stepmake/texinfo-rules.make b/stepmake/stepmake/texinfo-rules.make index c43ec1aef0..874cc7fe30 100644 --- a/stepmake/stepmake/texinfo-rules.make +++ b/stepmake/stepmake/texinfo-rules.make @@ -5,7 +5,7 @@ $(outdir)/%.info: $(outdir)/%.texi $(MAKEINFO) -I $(outdir) --output=$@ $< $(outdir)/%.html: $(outdir)/%.texi - $(MAKEINFO) -I $(outdir) --output=$@ --css-include=$(abs-srcdir)/Documentation/texinfo.css --html --no-split --no-headers $< + $(MAKEINFO) -I $(outdir) --output=$@ --css-include=$(top-src-dir)/Documentation/texinfo.css --html --no-split --no-headers $< $(outdir)/%.html.omf: %.texi $(call GENERATE_OMF,html) @@ -18,14 +18,14 @@ $(outdir)/%.ps.gz.omf: %.texi # Generic rule not possible? $(outdir)/%/%.html: $(outdir)/%.texi - $(MAKEINFO) --output=$@ --css-include=$(abs-srcdir)/Documentation/texinfo.css --html $< + $(MAKEINFO) --output=$@ --css-include=$(top-src-dir)/Documentation/texinfo.css --html $< $(outdir)/%.dvi: $(outdir)/%.texi cd $(outdir); texi2dvi --batch $(TEXINFO_PAPERSIZE_OPTION) $(