diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-02-28 11:31:33 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-02-28 11:31:33 +0100 |
commit | 41b26f1c15143b3af864b8a9045ee3efbac068b9 (patch) | |
tree | a0f102b3da170b5c892645324d1cf93378d14484 /appendices | |
parent | devbook.xsl: Remove collapse from search bar. (diff) | |
download | devmanual-41b26f1c15143b3af864b8a9045ee3efbac068b9.tar.gz devmanual-41b26f1c15143b3af864b8a9045ee3efbac068b9.tar.bz2 devmanual-41b26f1c15143b3af864b8a9045ee3efbac068b9.zip |
appendices/contributing: Update information on how to build.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'appendices')
-rw-r--r-- | appendices/contributing/text.xml | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml index 803655c..9134ae0 100644 --- a/appendices/contributing/text.xml +++ b/appendices/contributing/text.xml @@ -34,8 +34,8 @@ fine too <d/> the formatting can be easily done by someone else (meaning, us). </body> <section> - <title>Where to find the sources</title> - <body> +<title>Where to find the sources</title> +<body> <p> Currently, sources are hosted on @@ -51,12 +51,18 @@ for those who prefer to submit patches using pull requests. <p> To build the devmanual, simply run <c>make</c> in the top directory of -the repository. You need <c>xsltproc</c> (from -<c>dev-libs/libxslt</c>) for the XML to HTML conversion and -<c>convert</c> (from <c>media-gfx/imagemagick</c>) for the SVG to PNG -conversion used in some of the figures throughout the document. +the repository. You need <c>xsltproc</c> (from <c>dev-libs/libxslt</c>) +for the XML to HTML conversion, <c>xmllint</c> (from <c>dev-libs/libxml2</c>) +for validation, and <c>rsvg-convert</c> (from <c>gnome-base/librsvg</c>) for +the SVG to PNG conversion used in some of the figures throughout the document. +</p> + +<p> +To check if the document's XML is valid, run <c>make validate</c> in the +top-level directory, which will validate all XML files using <c>xmllint</c>. </p> - </body> + +</body> </section> <section> |