]> git.donarmstrong.com Git - lilypond.git/blobdiff - make/website.make
Merge branch 'master' into lilypond/translation
[lilypond.git] / make / website.make
index 34d70eb256abbcaaec8f20a22b61a7219bb5580d..a5c109a11b432cb48ee8716d62a094f696a52896 100644 (file)
@@ -6,7 +6,7 @@
 ################################################################
 ifeq ($(WEBSITE_ONLY_BUILD),1)
   ### for lilypond.org
-  TOP_SRC_DIR=$(HOME)/src/lilypond
+  TOP_SRC_DIR=$(HOME)/lilypond/lilypond-git
   TRUSTED_DIR=$(HOME)/lilypond/trusted-scripts
   top-src-dir=$(TOP_SRC_DIR)
   depth=.
@@ -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/ ; \
+               ls $(OUT)/$$l/*.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