diff options
author | David Kastrup <dak@gnu.org> | 2012-06-30 17:57:24 +0200 |
---|---|---|
committer | David Kastrup <dak@gnu.org> | 2012-06-30 17:57:24 +0200 |
commit | d8da8de0e71f64dfc2711654bba3709fc4fbfc4b (patch) | |
tree | e929e8c677146041e6cfb721aa55dd86483e4675 /make | |
parent | 43fe858eb18418ae1d8867786ad873b7a4e2ae8a (diff) |
Revert "Get texidoc translations out of snippets source files"
This reverts commit 512d405d07aba8742658902b105a94ebbd40c2dc.
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 69a863bdc8..57cddb16ee 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-build-dir)/Documentation/snippets/out \ + -I $(top-src-dir)/Documentation -I $(top-src-dir)/Documentation/snippets \ -I $(input-dir)/regression/ -I $(top-src-dir)/Documentation/included/ \ -I $(top-build-dir)/mf/$(outconfbase)/ \ -I $(top-build-dir)/mf/out/ \ |