]> git.donarmstrong.com Git - lilypond.git/commitdiff
Compile Spanish Learning Manual as one big HTML page
authorJohn Mandereau <john.mandereau@gmail.com>
Wed, 20 Aug 2008 15:08:41 +0000 (17:08 +0200)
committerJohn Mandereau <john.mandereau@gmail.com>
Wed, 20 Aug 2008 16:38:08 +0000 (18:38 +0200)
Documentation/es/user/GNUmakefile
Documentation/es/user/lilypond-learning.tely
make/doclang-vars.make

index 1728b63e7ce1a473761c997ccf9c689e92efff12..e93ae28aea296c599c4ac75570e76f08063e3fc4 100644 (file)
@@ -1,4 +1,5 @@
 ISOLANG = es
 depth = ../../..
 LOCALSTEPMAKE_TEMPLATES = lilypond ly doclang
+BIG_PAGE_MANUALS = lilypond-learning
 include $(depth)/make/stepmake.make
index aa40da765c69b4c5704ddae1f6dc9b183da8f293..2bc817d8cfe6827ec3b207b566d7360511822900 100644 (file)
@@ -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
 
 
index bd5d7d372cb75f88799d7753e9bbfc26f58f3369..bee28ee46b2a05f245e7c4be62489f1aa251f3aa 100644 (file)
@@ -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)