Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: appendices/contributing/
Date: Fri, 28 Feb 2020 10:32:32
Message-Id: 1582885893.41b26f1c15143b3af864b8a9045ee3efbac068b9.ulm@gentoo
1 commit: 41b26f1c15143b3af864b8a9045ee3efbac068b9
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 28 10:31:33 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 28 10:31:33 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=41b26f1c
7
8 appendices/contributing: Update information on how to build.
9
10 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
11
12 appendices/contributing/text.xml | 20 +++++++++++++-------
13 1 file changed, 13 insertions(+), 7 deletions(-)
14
15 diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml
16 index 803655c..9134ae0 100644
17 --- a/appendices/contributing/text.xml
18 +++ b/appendices/contributing/text.xml
19 @@ -34,8 +34,8 @@ fine too <d/> the formatting can be easily done by someone else (meaning, us).
20 </body>
21
22 <section>
23 - <title>Where to find the sources</title>
24 - <body>
25 +<title>Where to find the sources</title>
26 +<body>
27
28 <p>
29 Currently, sources are hosted on
30 @@ -51,12 +51,18 @@ for those who prefer to submit patches using pull requests.
31
32 <p>
33 To build the devmanual, simply run <c>make</c> in the top directory of
34 -the repository. You need <c>xsltproc</c> (from
35 -<c>dev-libs/libxslt</c>) for the XML to HTML conversion and
36 -<c>convert</c> (from <c>media-gfx/imagemagick</c>) for the SVG to PNG
37 -conversion used in some of the figures throughout the document.
38 +the repository. You need <c>xsltproc</c> (from <c>dev-libs/libxslt</c>)
39 +for the XML to HTML conversion, <c>xmllint</c> (from <c>dev-libs/libxml2</c>)
40 +for validation, and <c>rsvg-convert</c> (from <c>gnome-base/librsvg</c>) for
41 +the SVG to PNG conversion used in some of the figures throughout the document.
42 +</p>
43 +
44 +<p>
45 +To check if the document's XML is valid, run <c>make validate</c> in the
46 +top-level directory, which will validate all XML files using <c>xmllint</c>.
47 </p>
48 - </body>
49 +
50 +</body>
51 </section>
52
53 <section>