aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Makefile
diff options
context:
space:
mode:
authorIan Jackson <ian.jackson@eu.citrix.com>2012-10-09 17:59:58 +0100
committerIan Jackson <ian.jackson@eu.citrix.com>2012-10-09 17:59:58 +0100
commit8e26a013fd848eb2437768e275751b514698b990 (patch)
treee997d7a6f693082db5b1320bc3bfdce5f0dff33e /docs/Makefile
parentde43d7a373eef95bedcd816f1fcf8c062e1ac328 (diff)
downloadxen-8e26a013fd848eb2437768e275751b514698b990.tar.gz
xen-8e26a013fd848eb2437768e275751b514698b990.tar.bz2
xen-8e26a013fd848eb2437768e275751b514698b990.zip
docs, build: Tolerate missing fig2dev
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 8806990c96..e9f6c200c3 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -42,7 +42,9 @@ txt: $(DOC_TXT)
.PHONY: figs
figs:
- $(MAKE) -C figs
+ @set -e ; if which $(FIG2DEV) 1>/dev/null 2>/dev/null; then \
+ set -x; $(MAKE) -C figs ; else \
+ echo "fig2dev (transfig) not installed; skipping figs."; fi
.PHONY: python-dev-docs
python-dev-docs: