summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-12-04 12:26:03 +0000
committerSimon McVittie <smcv@collabora.com>2018-12-04 12:26:03 +0000
commitc890c0ed5d6a1a4966dcbdaad1a2584b49a8e528 (patch)
tree5a83fd62c86ec31c4edf7fe7687f429707ba8269
parentbcc34caa43d8e5dba8266cf163d8a24e4fb55dce (diff)
NEWS: Note new weak dependency on xsltproc for CMake
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 12fbcce1..c18b7bd4 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,11 @@ Dependencies:
macro with the same behaviour), except when building for Windows using
MSVC and CMake.
+• Building documentation using CMake now requires xsltproc, Docbook DTDs
+ (for example docbook-xml on Debian derivatives), and Docbook XSLT
+ stylesheets (for example docbook-xsl on Debian derivatives). Using
+ KDE's meinproc4 documentation processor is no longer supported.
+
Enhancements:
• Rewrite CONTRIBUTING.md to reflect the current setup