summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorJohn Mandereau <john.mandereau@gmail.com>2012-07-10 12:06:17 +0200
committerJohn Mandereau <john.mandereau@gmail.com>2012-07-17 17:26:26 +0200
commit2d52187d5492ce7492c78fc8f1dca4aa7b702ba0 (patch)
tree87f71da236c31d101f215b9354fbe0e28a954f21 /make
parent7d195ce54c3fd467a1434d5399930d6610327e69 (diff)
Get texidoc translations out of snippets source files
Texidoc translations are inserted in .ly snippets at build stage instead of makelsr.py run. This simplifies overall maintenance of snippets, in particular this avoids Git committish update headache for translators. See final discussion at http://lists.gnu.org/archive/html/lilypond-devel/2012-06/msg00438.html
Diffstat (limited to 'make')
-rw-r--r--make/lilypond-vars.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/lilypond-vars.make b/make/lilypond-vars.make
index 57cddb16ee..69a863bdc8 100644
--- a/make/lilypond-vars.make
+++ b/make/lilypond-vars.make
@@ -28,7 +28,7 @@ CONVERT_LY = $(script-dir)/convert-ly.py
LILYPOND_BOOK = $(script-dir)/lilypond-book.py
LILYPOND_BOOK_INCLUDES = -I $(src-dir)/ -I $(outdir) -I $(input-dir) \
- -I $(top-src-dir)/Documentation -I $(top-src-dir)/Documentation/snippets \
+ -I $(top-src-dir)/Documentation -I $(top-build-dir)/Documentation/snippets/out \
-I $(input-dir)/regression/ -I $(top-src-dir)/Documentation/included/ \
-I $(top-build-dir)/mf/$(outconfbase)/ \
-I $(top-build-dir)/mf/out/ \