forked from kiss-community/repo
cairo: disable html documentation
This commit is contained in:
parent
2b0724f279
commit
95efc64207
@ -7,8 +7,8 @@ sed -e "s/\(BUILD_SPHINX_TRUE=\)/\1'#'/" \
|
|||||||
mv -f _ configure
|
mv -f _ configure
|
||||||
chmod +x configure
|
chmod +x configure
|
||||||
|
|
||||||
# Disable building tests.
|
# Disable building tests and documentation.
|
||||||
sed 's/test perf//g' Makefile.in > _
|
sed 's/test perf//g;s/src doc/src/g' Makefile.in > _
|
||||||
mv -f _ Makefile.in
|
mv -f _ Makefile.in
|
||||||
|
|
||||||
./configure \
|
./configure \
|
||||||
|
Loading…
Reference in New Issue
Block a user