From 3f5123b9de664395cd4ab526100e77129d2fbf4f Mon Sep 17 00:00:00 2001 From: "emellor@ewan" Date: Sat, 17 Sep 2005 13:59:35 +0100 Subject: Issue warning if doxygen is not installed. Signed-off-by: Ewan Mellor --- docs/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/Makefile') 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 *~ -- cgit v1.2.3