From 7489465ed046ef29a34a9cecaf262bdd2c40c3f4 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sat, 12 May 2012 15:11:39 +0200 Subject: ensure that doxygen is executed always on make the doxygen directory does not depend on any actual sourcefile or library, so it should be updated on every make to ensure it's up to date --- doc/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index 422b87c..c4a732c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -24,6 +24,7 @@ if BUILD_DOXYGEN noinst_DATA = doxygen/ endif +.PHONY: doxygen/ doxygen/ : Doxyfile @DOXYGEN@ $< -- cgit v1.2.3