]> git.donarmstrong.com Git - lilypond.git/commitdiff
Web: only build translations that are working.
authorGraham Percival <graham@percival-music.ca>
Sat, 3 Apr 2010 00:22:34 +0000 (01:22 +0100)
committerGraham Percival <graham@percival-music.ca>
Sat, 3 Apr 2010 00:22:34 +0000 (01:22 +0100)
To check if your translation works, add it to the WEB_LANGS line,
then run "make website".  If you see more than 5 warnings, then
it's not working.

website.make

index 7d83feeb12ed00fa314d7157c8ed5507a6665f0d..dc21c6e15229e3c4619bff62a4fff6d6071e519f 100644 (file)
@@ -33,8 +33,10 @@ endif
 
 ################################################################
 OUT=out-website
-#WEB_LANGS=$(shell PYTHONPATH=$(top-src-dir)/python python $(top-src-dir)/python/langdefs.py)
-WEB_LANGS = fr es de nl ja hu it
+
+### only update this when the language compiles correctly!
+#WEB_LANGS = es fr nl
+WEB_LANGS = es
 
 TEXI2HTML=ONLY_WEB=1 TOP_SRC_DIR=$(top-src-dir) DEPTH=$(depth) PERL_UNICODE=SD $(TEXI2HTML_PROGRAM)