mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
apidoc: Fix rebuild in out-of-tree builds
This commit is contained in:
parent
e4d2c9f187
commit
1f3dbb1b67
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user