ftbfs: we can not build html doc now

Version: 2.7.3-1
This commit is contained in:
Pavel Raiskup 2017-08-16 08:32:12 +02:00
parent e8c49c6a01
commit 0f2ab3b8ad

View File

@ -156,7 +156,9 @@ for i in `find doc -iname "*.css"`; do sed -i 's/\r//' $i; done
# Get rid of a "hidden" file that rpmlint complains about
rm -f doc/html/.buildinfo
make -C doc/src html
# We can not build docs now:
# https://www.postgresql.org/message-id/2741387.dvL6Cb0VMB@nb.usersys.redhat.com
# make -C doc/src html
%check