apidoc: Fix rebuild in out-of-tree builds

This commit is contained in:
Tobias Brunner 2015-04-20 17:40:52 +02:00
parent e4d2c9f187
commit 1f3dbb1b67
1 changed files with 1 additions and 1 deletions

View File

@ -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: