strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4d2c9f
)
apidoc: Fix rebuild in out-of-tree builds
author
Tobias Brunner
<tobias@strongswan.org>
Mon, 20 Apr 2015 15:40:52 +0000
(17:40 +0200)
committer
Tobias Brunner
<tobias@strongswan.org>
Mon, 20 Apr 2015 15:40:52 +0000
(17:40 +0200)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
99356b0
..
898b262
100644
(file)
--- 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: