Remove pre-built html documentation

This commit is contained in:
Björn Esser 2020-05-26 11:45:21 +02:00
parent 0ef1d8f9b5
commit f21e086966

View File

@ -78,6 +78,9 @@ This package contains the reference manual for %{name}.
%prep
%autosetup -n %{name}-%{name}-%{version}-%{reldate} -p 1
# Remove pre-built html documentation.
rm -fr doc/html
%build
mkdir -p %{_vpath_builddir}
@ -146,6 +149,7 @@ popd
* Tue May 26 2020 Björn Esser <besser82@fedoraproject.org> - 0.14-6
- Build using Ninja instead of Make
- Add a patch to move Doxyfile into doc subdir
- Remove pre-built html documentation
* Mon May 25 2020 Björn Esser <besser82@fedoraproject.org> - 0.14-5
- Run the testssuite with valgrind on %%valgrind_arches