diff options
author | John Mandereau <john.mandereau@gmail.com> | 2009-12-27 18:06:55 +0100 |
---|---|---|
committer | John Mandereau <john.mandereau@gmail.com> | 2009-12-27 18:06:55 +0100 |
commit | 52cc1ca011f4bd0c3fd7b6842a61dd185aefbb18 (patch) | |
tree | 222b94e26e4fd8aba4ed947da8dd7c0d73d9cac1 /make/doc-i18n-root-vars.make | |
parent | 9da933e11931286341edbd800bfcd0b005459041 (diff) |
Fix translated docs makefiles LANGS definition
Diffstat (limited to 'make/doc-i18n-root-vars.make')
-rw-r--r-- | make/doc-i18n-root-vars.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/doc-i18n-root-vars.make b/make/doc-i18n-root-vars.make index 1af5a1e621..54472bfe05 100644 --- a/make/doc-i18n-root-vars.make +++ b/make/doc-i18n-root-vars.make @@ -4,7 +4,7 @@ OUT_HTML_FILES = $(HTML_PAGE_NAMES:%=$(outdir)/%.html) # ISOLANG must be defined -LANGS = $(shell $(PYTHON) $(buildscript-dir)/langdefs.py) +LANGS = $(shell $(PYTHON) $(top-src-dir)/python/langdefs.py) CSS_SOURCE_FILES = $(shell ls $(top-src-dir)/Documentation/lilypond*.css) |