From: John Mandereau Date: Tue, 14 Jul 2009 22:12:36 +0000 (+0200) Subject: Docs: do not attempt a build of Japanese docs in PDF X-Git-Tag: release/2.12.3-1~67 X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=0ed6c4f5d241424be86f34fda2cc298932cb37b0;p=lilypond.git Docs: do not attempt a build of Japanese docs in PDF (cherry picked from commit cfae6ac497e3c79ad9032dcd9d7049ec34845c25) --- diff --git a/make/doc-i18n-user-targets.make b/make/doc-i18n-user-targets.make index 478bfac498..e27afb0697 100644 --- a/make/doc-i18n-user-targets.make +++ b/make/doc-i18n-user-targets.make @@ -1,7 +1,12 @@ default: ifeq ($(out),www) +ifeq ($(ISOLANG),ja) +local-WWW-1: $(MASTER_TEXI_FILES) $(XREF_MAPS_FILES) +endif +ifneq ($(ISOLANG),ja) local-WWW-1: $(MASTER_TEXI_FILES) $(PDF_FILES) $(XREF_MAPS_FILES) +endif local-WWW-2: $(DEEP_HTML_FILES) $(BIG_PAGE_HTML_FILES) $(DOCUMENTATION_LOCALE_TARGET) find $(outdir) -name '*.html' | xargs grep -L 'UNTRANSLATED NODE: IGNORE ME' | xargs $(buildscript-dir)/html-gettext $(ISOLANG)