diff options
author | John Mandereau <john.mandereau@gmail.com> | 2012-06-28 13:30:05 +0200 |
---|---|---|
committer | John Mandereau <john.mandereau@gmail.com> | 2012-06-29 16:40:55 +0200 |
commit | 512d405d07aba8742658902b105a94ebbd40c2dc (patch) | |
tree | 15bb99b1c56385ac6f8a2956ca8e43b01fae8e87 /make | |
parent | 2047ac3ecaefeface8ca66d8199590b39c317a1c (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.make | 2 |
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/ \ |