Simplify INPUT.
This commit is contained in:
parent
ddcff674d2
commit
2ded2fc61c
1 changed files with 1 additions and 2 deletions
|
|
@ -29,8 +29,7 @@ cp %{SOURCE0} doxygen.conf
|
|||
|
||||
%build
|
||||
cd %{name}-%{version}
|
||||
%define docheaders %(ls %{_includedir}/apr-1/*.h | xargs echo)
|
||||
sed -e 's,\(INPUT *= *\).*$,\1%{docheaders},' \
|
||||
sed -e 's,\(INPUT *= *\).*$,\1%{_includedir}/apr-1,' \
|
||||
-e 's,\(OUTPUT_DIRECTORY *= *\).*$,\1docs,' \
|
||||
-e 's,\(GENERATE_TAGFILE *= *\).*$,\1docs/apr.tag,' \
|
||||
doxygen.conf | doxygen -
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue