]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/website.make
Use alphabetical order for languages, more sensible progress indication.
[lilypond.git] / make / website.make
index 0c650d3708c887ee627e894de026c1d820045fcc..cca162ad7a522198ba5d24618237ebf68d92ecb6 100644 (file)
@@ -35,6 +35,7 @@ endif
 OUT=out-website
 
 ### only update this when the language compiles correctly!
+# LANGUAGES = (site, de, es, fr, hu, it, ja, nl)
 WEB_LANGS = es fr nl
 
 TEXI2HTML=ONLY_WEB=1 TOP_SRC_DIR=$(top-src-dir) DEPTH=$(depth) PERL_UNICODE=SD $(TEXI2HTML_PROGRAM)
@@ -98,7 +99,7 @@ website-texinfo: website-version website-xrefs
                        -D web_version \
                        --output=$(OUT)/"$$l" \
                        $(top-src-dir)/Documentation/"$$l"/web.texi ; \
-               find $(OUT)/$$l/ -name '*.html' | xargs grep -L 'UNTRANSLATED NODE: IGNORE ME' | sed 's!$(OUT)/'$$l'/!!g' | xargs $(MASS_LINK) --prepend-suffix="$langsuf" hard $(OUT)/$$l/ $(OUT)/website/ ; \
+               find $(OUT)/$$l/ -name '*.html' | xargs grep -L 'UNTRANSLATED NODE: IGNORE ME' | sed 's!$(OUT)/'$$l'/!!g' | xargs $(MASS_LINK) --prepend-suffix="$$langsuf" hard $(OUT)/$$l/ $(OUT)/website/ ; \
        done