From e56273b0fbda15267f3f82d28ae412b86004ca23 Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Sat, 25 Aug 2007 20:24:44 +0200 Subject: [PATCH] Fix translated manuals makefile --- make/doclang-targets.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) $< -- 2.39.5