Fixed html IDs in documentation

This commit is contained in:
Matej Mužila 2014-09-24 17:37:32 +02:00
parent 470b182786
commit 5665b17b02

View File

@ -37,6 +37,7 @@ make %{?_smp_mflags}
pushd docs pushd docs
%cmake . %cmake .
make %{?_smp_mflags} make %{?_smp_mflags}
sed -ri "s/#idm[0-9]+//g" html/*
popd popd
%install %install
@ -70,6 +71,9 @@ rm /$RPM_BUILD_ROOT%{_includedir}/mariadb/cmake_install.cmake
%doc docs/html %doc docs/html
%changelog %changelog
* Wed Sep 24 2014 Matej Mužila <mmuzila@redhat.com> - 2.0.0-2
- Fixed html IDs in documentation
* Tue Aug 26 2014 Matej Mužila <mmuzila@redhat.com> - 2.0.0-2 * Tue Aug 26 2014 Matej Mužila <mmuzila@redhat.com> - 2.0.0-2
- Initial version for 2.0.0 - Initial version for 2.0.0