2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00

cairo: disable html documentation

This commit is contained in:
Dylan Araps 2021-07-06 00:36:47 +03:00
parent 2b0724f279
commit 95efc64207
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -7,8 +7,8 @@ sed -e "s/\(BUILD_SPHINX_TRUE=\)/\1'#'/" \
mv -f _ configure
chmod +x configure
# Disable building tests.
sed 's/test perf//g' Makefile.in > _
# Disable building tests and documentation.
sed 's/test perf//g;s/src doc/src/g' Makefile.in > _
mv -f _ Makefile.in
./configure \