From 1f3dbb1b678f0026cfbbb7b1f55ded303d25fb6a Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 20 Apr 2015 17:40:52 +0200 Subject: [PATCH] apidoc: Fix rebuild in out-of-tree builds --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 99356b093..898b26205 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,7 +39,7 @@ Doxyfile : Doxyfile.in apidoc : Doxyfile @test -d apidoc || doxygen - @! find Doxyfile src/ \( -name '*.h' -o -name '*.md' \) -newer apidoc | \ + @! find Doxyfile $(top_srcdir)/src/ \( -name '*.h' -o -name '*.md' \) -newer apidoc | \ grep -q '' || doxygen && touch apidoc cov-reset-common: -- 2.39.2