summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2022-12-12 11:44:27 +0100
committerDavid Faure <faure@kde.org>2023-02-05 09:35:34 +0000
commite63d8d1526996dcbdf30f0385e97b6fb4f0ba0cc (patch)
treec1d4a65d9607f271451180fa88ecae3e2ffe299c
parent1136f28da64d9589e4c9bafaaf36212cbb132e7f (diff)
README: Add hint how to build a single spec
The majority of specs is in `article` docbook xml.
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 36a38d2..1dabcb0 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,13 @@ continuous integration](https://gitlab.freedesktop.org/xdg/xdg-specs/-/blob/mast
The sources files are in the [`web-export`](https://gitlab.freedesktop.org/xdg/xdg-specs/-/tree/master/web-export)
directory.
+Building a single spec
+======================
+
+To build a single spec in `article` docbook xml format you can use xmlto, e.g.:
+
+ xmlto html-nochunks notification/notification-spec.xml -o _build/
+
How to report issues
====================