From: Julien Rioux Date: Mon, 8 Jul 2013 12:37:38 +0000 (+0200) Subject: Website build depends on version information (issue 3447). X-Git-Tag: release/2.17.23-1~17^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=00608c9fd2b35e0c0bca967ea2e5b4c9b1f058da;p=lilypond.git Website build depends on version information (issue 3447). --- diff --git a/make/website.make b/make/website.make index ad11f04379..bf3b2ad865 100644 --- a/make/website.make +++ b/make/website.make @@ -252,12 +252,12 @@ $(OUT)/web.%.xref-map: $(top-src-dir)/Documentation/%/web.texi $(DO_TEXI_DEP) $(EXTRACT_TEXI_FILENAMES) --split=node $< # Build the English website -$(OUT)/index.html: $(top-src-dir)/Documentation/web.texi $(xref-files) +$(OUT)/index.html: $(top-src-dir)/Documentation/web.texi $(version-files) $(xref-files) $(DO_TEXI_DEP) $(TEXI2HTML) $< # Build translated websites $(eval $(foreach l,$(WEB_LANGS),\ -$(eval $(OUT)/$(l)/index.html: $(top-src-dir)/Documentation/$(l)/web.texi $(xref-files); \ +$(eval $(OUT)/$(l)/index.html: $(top-src-dir)/Documentation/$(l)/web.texi $(version-files) $(xref-files); \ $$(DO_TEXI_DEP) $$(TEXI2HTML) --lang="$(l)" $$<; ) \ ))