From d16348482e80d8c0126ae1065938bad4ca11b228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20=27Morty=27=20Str=C3=BCbe?= Date: Tue, 18 Nov 2014 17:34:41 +0100 Subject: [PATCH] Fix doxygen prerequisites --- doc/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 5f066fffc..939e0963e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -23,22 +23,23 @@ endif .PHONY: clean html pdf upload -html: init doxygen +html: init doxygen.log pdf: doclatex = YES -pdf: init doxygen +pdf: init doxygen.log gmake -C latex refman.pdf init: @echo "> Scanning files" # This target requires and graphviz and doxygen -doxygen: docdirs = $(foreach dir,$(basedirs),${shell find ../${dir} -type d -not -path "*/.*" -not -path "*/obj_*"}) -doxygen: docsrc = $(docdirs) $(foreach dir,$(docdirs),${shell find $(dir) -type f $(filetypes)}) $(manuals) -doxygen: +doxygen.log: docdirs = $(foreach dir,$(basedirs),${shell find ../${dir} -type d -not -path "*/.*" -not -path "*/obj_*"}) +doxygen.log: docsrc = $(docdirs) $(foreach dir,$(docdirs),${shell find $(dir) -type f $(filetypes)}) $(manuals) +doxygen.log: @doxygen Doxyfile @echo "Done, errorlog follows:" @echo "" + @touch doxygen.log @cat "doxygen.log" clean: