aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Ramage <oxr463@gmx.us>2019-11-18 08:56:37 -0500
committerGöktürk Yüksek <gokturk@gentoo.org>2019-12-19 15:53:05 -0500
commit74bc977dfc56f07b065e85abdde70c075775d829 (patch)
treec6b9d62a714646a52ec98cd3cfc1eea35fb19b8b /Makefile
parentFix make all URL relative to root directory (diff)
downloaddevmanual-74bc977dfc56f07b065e85abdde70c075775d829.tar.gz
devmanual-74bc977dfc56f07b065e85abdde70c075775d829.tar.bz2
devmanual-74bc977dfc56f07b065e85abdde70c075775d829.zip
Ensure Python is enabled for dev-libs/libxslt
Required to build the Lunr search index Signed-off-by: Göktürk Yüksek <gokturk@gentoo.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 343234b..ac024b6 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ prereq:
{ echo "media-gfx/imagemagick[corefonts,svg,truetype] required" >&2;\
exit 1; }
@type xsltproc >/dev/null 2>&1 || \
- { echo "dev-libs/libxslt is required" >&2;\
+ { echo "dev-libs/libxslt is with python required" >&2;\
exit 1; }
@type xmllint >/dev/null 2>&1 || \
{ echo "dev-libs/libxml2 is required" >&2;\