Simplify INPUT.

This commit is contained in:
bojan 2008-07-07 22:05:53 +00:00
commit 2ded2fc61c

View file

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