summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorPhil Holmes <mail@philholmes.net>2011-05-05 13:25:24 +0100
committerTrevor Daniels <t.daniels@treda.co.uk>2011-05-09 09:39:43 +0100
commit03f79cd4492c3ef03d4a79d16eb898aaee32cd1c (patch)
tree2ccdd370bce8bd9e6c8f18ce65b01de4237aabfb /make
parent36bab26fab92cd6b3fd60ae3c90aa91a439d21bb (diff)
Build updates to get rid of website warnings
Diffstat (limited to 'make')
-rw-r--r--make/website.make2
1 files changed, 2 insertions, 0 deletions
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; \