diff options
author | Julien Rioux <jrioux@physics.utoronto.ca> | 2011-11-29 05:18:19 -0500 |
---|---|---|
committer | Graham Percival <graham@percival-music.ca> | 2011-12-14 07:09:21 -0800 |
commit | 9ac7a5aaff66f2bd19184c9a23bccd195323e193 (patch) | |
tree | d756a48223599a348b08251647813c5d09a2c92e /make | |
parent | 814dd7be6256476f43f3923033c2da95e460ce2f (diff) |
Build fixes for translated manuals: dependencies and a typo
Diffstat (limited to 'make')
-rw-r--r-- | make/doc-i18n-root-rules.make | 4 | ||||
-rw-r--r-- | make/doc-i18n-root-targets.make | 2 |
2 files changed, 3 insertions, 3 deletions
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),) |