aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Makefile
diff options
context:
space:
mode:
authoremellor@ewan <emellor@ewan>2005-09-17 13:59:35 +0100
committeremellor@ewan <emellor@ewan>2005-09-17 13:59:35 +0100
commit3f5123b9de664395cd4ab526100e77129d2fbf4f (patch)
tree2773ad332c6ff54eb714e1af229b0124338fba5e /docs/Makefile
parentd048bdf4fcd1bcb3bb8294d06fe6c86e0fb5a483 (diff)
downloadxen-3f5123b9de664395cd4ab526100e77129d2fbf4f.tar.gz
xen-3f5123b9de664395cd4ab526100e77129d2fbf4f.tar.bz2
xen-3f5123b9de664395cd4ab526100e77129d2fbf4f.zip
Issue warning if doxygen is not installed.
Signed-off-by: Ewan Mellor<ewan@xensource.com>
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 188d69240a..12e35219e4 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -36,11 +36,12 @@ html:
$(MAKE) $(DOC_HTML); fi
python-dev-docs:
- mkdir -p api/tools/python
+ @mkdir -v -p api/tools/python
@if which $(DOXYGEN) 1>/dev/null 2>/dev/null; then \
echo "Running doxygen to generate Python tools APIs ... "; \
$(DOXYGEN) Doxyfile; \
- $(MAKE) -C api/tools/python/latex ; fi
+ $(MAKE) -C api/tools/python/latex ; else \
+ echo "Doxygen not installed; skipping python-dev-docs."; fi
clean:
rm -rf .word_count *.aux *.dvi *.bbl *.blg *.glo *.idx *~