From 9ac7a5aaff66f2bd19184c9a23bccd195323e193 Mon Sep 17 00:00:00 2001 From: Julien Rioux Date: Tue, 29 Nov 2011 05:18:19 -0500 Subject: [PATCH] Build fixes for translated manuals: dependencies and a typo --- Documentation/cs/GNUmakefile | 2 +- Documentation/de/GNUmakefile | 2 +- Documentation/es/GNUmakefile | 2 +- Documentation/fr/GNUmakefile | 2 +- Documentation/hu/GNUmakefile | 2 +- Documentation/it/GNUmakefile | 2 +- Documentation/ja/GNUmakefile | 2 +- Documentation/nl/GNUmakefile | 2 +- Documentation/zh/GNUmakefile | 2 +- make/doc-i18n-root-rules.make | 4 ++-- make/doc-i18n-root-targets.make | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Documentation/cs/GNUmakefile b/Documentation/cs/GNUmakefile index 2b7f1a1ec4..58ed9bf4c1 100644 --- a/Documentation/cs/GNUmakefile +++ b/Documentation/cs/GNUmakefile @@ -2,7 +2,7 @@ ISOLANG = cs depth = ../.. # SUBDIRS = web learning notation texidocs usage included essay extending SUBDIRS = web learning texidocs essay usage -STEPMAKE_TEMPLATES = documentation +STEPMAKE_TEMPLATES = documentation texinfo LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root NO_PDF_FILES = 1 EXTRA_DIST_FILES = web.texi diff --git a/Documentation/de/GNUmakefile b/Documentation/de/GNUmakefile index 2bcd15fe6a..9f98d45bb3 100644 --- a/Documentation/de/GNUmakefile +++ b/Documentation/de/GNUmakefile @@ -1,7 +1,7 @@ ISOLANG = de depth = ../.. SUBDIRS = web learning notation texidocs essay usage extending included -STEPMAKE_TEMPLATES = documentation +STEPMAKE_TEMPLATES = documentation texinfo LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root EXTRA_DIST_FILES = web.texi diff --git a/Documentation/es/GNUmakefile b/Documentation/es/GNUmakefile index 54197f95dd..2862faa977 100644 --- a/Documentation/es/GNUmakefile +++ b/Documentation/es/GNUmakefile @@ -1,7 +1,7 @@ ISOLANG = es depth = ../.. SUBDIRS = essay learning notation texidocs usage web extending included -STEPMAKE_TEMPLATES = documentation +STEPMAKE_TEMPLATES = documentation texinfo LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root diff --git a/Documentation/fr/GNUmakefile b/Documentation/fr/GNUmakefile index 33caa87f75..4243708c39 100644 --- a/Documentation/fr/GNUmakefile +++ b/Documentation/fr/GNUmakefile @@ -1,7 +1,7 @@ ISOLANG = fr depth = ../.. SUBDIRS = web learning notation texidocs usage included essay extending -STEPMAKE_TEMPLATES = documentation +STEPMAKE_TEMPLATES = documentation texinfo LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root EXTRA_DIST_FILES = web.texi diff --git a/Documentation/hu/GNUmakefile b/Documentation/hu/GNUmakefile index 983c7b43b6..17c8262aac 100644 --- a/Documentation/hu/GNUmakefile +++ b/Documentation/hu/GNUmakefile @@ -1,7 +1,7 @@ ISOLANG = hu depth = ../.. SUBDIRS = web learning texidocs usage -STEPMAKE_TEMPLATES = documentation +STEPMAKE_TEMPLATES = documentation texinfo LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root EXTRA_DIST_FILES = web.texi diff --git a/Documentation/it/GNUmakefile b/Documentation/it/GNUmakefile index db64d84904..054b8137f0 100644 --- a/Documentation/it/GNUmakefile +++ b/Documentation/it/GNUmakefile @@ -1,7 +1,7 @@ ISOLANG = it depth = ../.. SUBDIRS = learning texidocs web usage included -STEPMAKE_TEMPLATES = documentation +STEPMAKE_TEMPLATES = documentation texinfo LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root EXTRA_DIST_FILES = web.texi diff --git a/Documentation/ja/GNUmakefile b/Documentation/ja/GNUmakefile index e6e9466271..5557016e76 100644 --- a/Documentation/ja/GNUmakefile +++ b/Documentation/ja/GNUmakefile @@ -1,7 +1,7 @@ ISOLANG = ja depth = ../.. SUBDIRS = web learning texidocs usage included notation -STEPMAKE_TEMPLATES = documentation +STEPMAKE_TEMPLATES = documentation texinfo LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root NO_PDF_FILES = 1 diff --git a/Documentation/nl/GNUmakefile b/Documentation/nl/GNUmakefile index 84e6110664..a90448d77b 100644 --- a/Documentation/nl/GNUmakefile +++ b/Documentation/nl/GNUmakefile @@ -1,7 +1,7 @@ ISOLANG = nl depth = ../.. SUBDIRS = included web learning texidocs -STEPMAKE_TEMPLATES = documentation +STEPMAKE_TEMPLATES = documentation texinfo LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root # NO_PDF_FILES = 1 diff --git a/Documentation/zh/GNUmakefile b/Documentation/zh/GNUmakefile index 9e9d8bda16..c888a0ef27 100644 --- a/Documentation/zh/GNUmakefile +++ b/Documentation/zh/GNUmakefile @@ -2,7 +2,7 @@ ISOLANG = zh depth = ../.. # SUBDIRS = web learning notation texidocs usage included essay extending SUBDIRS = web texidocs -STEPMAKE_TEMPLATES = documentation +STEPMAKE_TEMPLATES = documentation texinfo LOCALSTEPMAKE_TEMPLATES = lilypond ly doc-i18n-root NO_PDF_FILES = 1 EXTRA_DIST_FILES = web.texi diff --git a/make/doc-i18n-root-rules.make b/make/doc-i18n-root-rules.make index f510dedd7c..fc01d8c887 100644 --- a/make/doc-i18n-root-rules.make +++ b/make/doc-i18n-root-rules.make @@ -1,8 +1,8 @@ .SUFFIXES: .html .info .texi .texinfo -$(outdir)/%.texi: $(src-dir)/%.texi - cp -p $< $@ +# Explicitly list the dependencies on generated content +$(outdir)/web.texi: $(outdir)/weblinks.itexi $(top-build-dir)/Documentation/$(outdir)/%/index.$(ISOLANG).html: $(outdir)/%.texi $(XREF_MAPS_DIR)/%.$(ISOLANG).xref-map $(TRANSLATION_LILY_IMAGES) mkdir -p $(dir $@) diff --git a/make/doc-i18n-root-targets.make b/make/doc-i18n-root-targets.make index e5ea060283..a022da9ae5 100644 --- a/make/doc-i18n-root-targets.make +++ b/make/doc-i18n-root-targets.make @@ -1,7 +1,7 @@ default: ifeq ($(out),www) -ifneq ($(N0_PDF_FILES),) +ifneq ($(NO_PDF_FILES),) local-WWW-1: $(MASTER_TEXI_FILES) $(XREF_MAPS_FILES) endif ifeq ($(NO_PDF_FILES),) -- 2.39.2