From: John Mandereau Date: Sat, 25 Aug 2007 18:24:44 +0000 (+0200) Subject: Fix translated manuals makefile X-Git-Tag: release/2.11.31-1~16^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e56273b0fbda15267f3f82d28ae412b86004ca23;p=lilypond.git Fix translated manuals makefile --- diff --git a/make/doclang-targets.make b/make/doclang-targets.make index 7e9b7ed740..a04b0c67cc 100644 --- a/make/doclang-targets.make +++ b/make/doclang-targets.make @@ -16,12 +16,12 @@ MAKEINFO_FLAGS += --force $(outdir)/%/index.html: $(outdir)/%.nexi $(outdir)/user-ln doc-po mkdir -p $(dir $@) - -$(MAKEINFO) -I$(outdir) --output=$(outdir)/$* --css-include=$(top-src-dir)/Documentation/texinfo.css --html $< + -$(MAKEINFO) $(MAKEINFO_FLAGS) -I$(outdir) --output=$(outdir)/$* --css-include=$(top-src-dir)/Documentation/texinfo.css --html $< # we don't make the big page until the whole manual is translated # if this happens, we'll have to define local-WWW differently for this language #$(outdir)/lilypond.html: $(outdir)/lilypond.nexi -# -$(MAKEINFO) -I$(outdir) --output=$@ --css-include=$(top-src-dir)/Documentation/texinfo.css --html --no-split --no-headers $< +# -$(MAKEINFO) $(MAKEINFO_FLAGS) -I$(outdir) --output=$@ --css-include=$(top-src-dir)/Documentation/texinfo.css --html --no-split --no-headers $< $(outdir)/%.pdf: $(outdir)/%.texi $(outdir)/user-ln doc-po $(PYTHON) $(buildscript-dir)/texi-gettext.py $(buildscript-dir) $(top-build-dir)/Documentation/po/$(outdir) $(ISOLANG) $<