]> git.donarmstrong.com Git - lilypond.git/commitdiff
Web build: don't link recursively.
authorGraham Percival <graham@percival-music.ca>
Tue, 13 Apr 2010 14:20:08 +0000 (15:20 +0100)
committerGraham Percival <graham@percival-music.ca>
Tue, 13 Apr 2010 14:20:08 +0000 (15:20 +0100)
The build process was finding all .html files, including files
from a previous run, and putting them in a /website/ dir.  When it
found files like /website/*.html, they would become
/website/website/*.html, etc.

make/website.make

index fbcdc0d81fdcfdb3c41a18f60b01e6a87e3fe72d..a5c109a11b432cb48ee8716d62a094f696a52896 100644 (file)
@@ -99,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