From c4f8bee34c2081b819a09d15106578c1b46abb41 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Fri, 12 Jan 2018 13:45:37 +0000 Subject: [PATCH] Amend xsltproc dep docs. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 6446e231..32726894 100644 --- a/readme.md +++ b/readme.md @@ -69,7 +69,7 @@ already be built. Use `make binary` to skip building the man pages, or install * libuuid (uuid-dev) - disable with `make WITH_UUID=no` * libwebsockets (libwebsockets-dev) - enable with `make WITH_WEBSOCKETS=yes` * openssl (libssl-dev on Debian based systems) - disable with `make WITH_TLS=no` -* xsltproc (xsltproc and docbook-xsl on Debian based systems) - disable with `make WITH_DOCS=no` +* xsltproc (xsltproc and docbook-xsl on Debian based systems) - only needed when building from git sources - disable with `make WITH_DOCS=no` ## Credits