Don't build html versions of man pages

This commit is contained in:
Carl George 2017-12-04 15:28:40 -06:00
parent a82c764461
commit a7f8b3a7c9

View File

@ -141,7 +141,7 @@ export GOPATH=$(pwd):%{gopath}
# Build manpages first (some embedding in the executable is done.)
pushd docs
%if 0%{?with_manpages}
ronn man/*.ronn
ronn --roff man/*.ronn
%endif
%gobuild -o mangen man/mangen.go
./mangen
@ -252,6 +252,7 @@ popd
- Use vendored libraries on RHEL
- Skip test on RHEL
- Don't build man pages on RHEL due to missing ronn
- Don't build html versions of man pages
* Fri Dec 01 2017 Elliott Sales de Andrade <quantum.analyst@gmail.com> 2.3.4-3
- Require git-core instead of git.