From: John Mandereau Date: Wed, 20 Aug 2008 15:08:41 +0000 (+0200) Subject: Compile Spanish Learning Manual as one big HTML page X-Git-Tag: release/2.11.58-1~32^2~50 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3611a7975b4509c22c480c08bba907ca2a75fee6;p=lilypond.git Compile Spanish Learning Manual as one big HTML page --- diff --git a/Documentation/es/user/GNUmakefile b/Documentation/es/user/GNUmakefile index 1728b63e7c..e93ae28aea 100644 --- a/Documentation/es/user/GNUmakefile +++ b/Documentation/es/user/GNUmakefile @@ -1,4 +1,5 @@ ISOLANG = es depth = ../../.. LOCALSTEPMAKE_TEMPLATES = lilypond ly doclang +BIG_PAGE_MANUALS = lilypond-learning include $(depth)/make/stepmake.make diff --git a/Documentation/es/user/lilypond-learning.tely b/Documentation/es/user/lilypond-learning.tely index aa40da765c..2bc817d8cf 100644 --- a/Documentation/es/user/lilypond-learning.tely +++ b/Documentation/es/user/lilypond-learning.tely @@ -36,7 +36,7 @@ @ifhtml Este documento también está disponible como @uref{source/Documentation/user/lilypond-learning.es.pdf,PDF} y como -@uref{source/Documentation/user/lilypond-learning-big-page.html,una sola página enorme}. +@uref{source/Documentation/user/lilypond-learning-big-page.es.html,una sola página enorme}. @end ifhtml diff --git a/make/doclang-vars.make b/make/doclang-vars.make index bd5d7d372c..bee28ee46b 100644 --- a/make/doclang-vars.make +++ b/make/doclang-vars.make @@ -7,6 +7,7 @@ OUT_PNG_IMAGES=$(SOURCE_PNG_IMAGES:$(top-src-dir)/Documentation/user/%.png=$(out TELY_FILES := $(call src-wildcard,*.tely) MASTER_TEXI_FILES := $(TELY_FILES:%.tely=$(outdir)/%.texi) +BIG_PAGE_HTML_FILES := $(BIG_PAGE_MANUALS:%=$(outdir)/%-big-page.html) DEEP_HTML_FILES := $(TELY_FILES:%.tely=$(outdir)/%/index.html) PDF_FILES := $(TELY_FILES:%.tely=$(outdir)/%.pdf)