Package all files generated by doxygen

This commit is contained in:
Björn Esser 2020-09-27 16:47:08 +02:00
parent 72aa2d6bc5
commit 89d48e4ed6
No known key found for this signature in database
GPG Key ID: F52E98007594C21D

View File

@ -94,7 +94,9 @@ install -pm 0644 README.md %{buildroot}%{_docdir}/%{name}
%if %{with jsoncpp_enables_doc}
mkdir -p %{buildroot}%{_docdir}/%{name}/html
install -pm 0644 dist/doxygen/*/*.{html,png} %{buildroot}%{_docdir}/%{name}/html
cp -a dist/doxygen/jsoncpp-api-html-/* %{buildroot}%{_docdir}/%{name}/html
find %{buildroot}%{_docdir} -type d -print0 | xargs -0 chmod -c 0755
find %{buildroot}%{_docdir} -type f -print0 | xargs -0 chmod -c 0644
hardlink -cfv %{buildroot}%{_docdir}/%{name}
%endif
@ -134,6 +136,7 @@ hardlink -cfv %{buildroot}%{_docdir}/%{name}
%changelog
* Sun Sep 27 16:25:23 CEST 2020 Björn Esser <besser82@fedoraproject.org> - 1.9.4-1
- Update to version 1.9.4 (rhbz#1882874)
- Package all files generated by doxygen
* Wed Jul 29 2020 Björn Esser <besser82@fedoraproject.org> - 1.9.3-3
- Use new cmake macros