X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=make%2Fwebsite.make;h=5c0528aec9b94834a5c4cc14565392af37611ce7;hb=03f79cd4492c3ef03d4a79d16eb898aaee32cd1c;hp=e05aa8ff9d9f770b34b9d2a9a77c949f4de54834;hpb=36bab26fab92cd6b3fd60ae3c90aa91a439d21bb;p=lilypond.git diff --git a/make/website.make b/make/website.make index e05aa8ff9d..5c0528aec9 100644 --- a/make/website.make +++ b/make/website.make @@ -68,6 +68,7 @@ website-xrefs: website-version -I $(top-src-dir)/Documentation \ -I $(top-src-dir)/Documentation/"$$l" \ -I $(OUT) -o $(OUT) --split=node \ + --known-missing-files=$(top-src-dir)/scripts/build/website-known-missing-files.txt \ $(top-src-dir)/Documentation/"$$l"/web.texi ;\ for m in $(MANUALS); do \ n=`echo "$$m" | sed 's/Documentation/Documentation\/'$$l'/'` ; \ @@ -78,6 +79,7 @@ website-xrefs: website-version -I $(top-src-dir)/Documentation \ -I $(top-src-dir)/Documentation/"$$l" \ -I $(top-src-dir)/Documentation/"$$l"/"$$d" \ + --known-missing-files=$(top-src-dir)/scripts/build/website-known-missing-files.txt \ -I $(OUT) -o $(OUT) "$$n" ; \ fi ; \ done; \