From 3611a7975b4509c22c480c08bba907ca2a75fee6 Mon Sep 17 00:00:00 2001 From: John Mandereau Date: Wed, 20 Aug 2008 17:08:41 +0200 Subject: [PATCH] Compile Spanish Learning Manual as one big HTML page --- Documentation/es/user/GNUmakefile | 1 + Documentation/es/user/lilypond-learning.tely | 2 +- make/doclang-vars.make | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) 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) -- 2.39.5