apidoc: Fix rebuild in out-of-tree builds
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ Doxyfile : Doxyfile.in
|
|||||||
|
|
||||||
apidoc : Doxyfile
|
apidoc : Doxyfile
|
||||||
@test -d apidoc || doxygen
|
@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
|
grep -q '' || doxygen && touch apidoc
|
||||||
|
|
||||||
cov-reset-common:
|
cov-reset-common:
|
||||||
|
|||||||
Reference in New Issue
Block a user