]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix translated docs makefiles LANGS definition
authorJohn Mandereau <john.mandereau@gmail.com>
Sun, 27 Dec 2009 17:06:55 +0000 (18:06 +0100)
committerJohn Mandereau <john.mandereau@gmail.com>
Sun, 27 Dec 2009 17:06:55 +0000 (18:06 +0100)
make/doc-i18n-root-vars.make

index 1af5a1e6218c01d70c20ff21dc5b4ab73887698b..54472bfe05c6737ed369280387a30eb1e0c04941 100644 (file)
@@ -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)