Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: appendices/contributing/
Date: Thu, 01 Sep 2016 22:31:58
Message-Id: 1472767872.87f1365927f0e61244fc805d098787a2a92360ce.gokturk@gentoo
1 commit: 87f1365927f0e61244fc805d098787a2a92360ce
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 22:06:27 2016 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 1 22:11:12 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=87f13659
7
8 appendices/contributing: remove the indent on a paragraph block and reflow
9
10 appendices/contributing/text.xml | 9 +++++----
11 1 file changed, 5 insertions(+), 4 deletions(-)
12
13 diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml
14 index 8ed5c22..4df7ed0 100644
15 --- a/appendices/contributing/text.xml
16 +++ b/appendices/contributing/text.xml
17 @@ -48,10 +48,11 @@ for those who prefer to submit patches using pull requests.
18 </p>
19
20 <p>
21 - To build the devmanual, simply run <c>make</c> in the top directory of the repository.
22 - You need <c>xsltproc</c> (from <c>dev-libs/libxslt</c>) for the XML to HTML
23 - conversion and optionally also <c>ImageMagick</c> for the SVG to PNG conversion
24 - used in some of the figures throughout the document.
25 +To build the devmanual, simply run <c>make</c> in the top directory of
26 +the repository. You need <c>xsltproc</c> (from
27 +<c>dev-libs/libxslt</c>) for the XML to HTML conversion and optionally
28 +also <c>ImageMagick</c> for the SVG to PNG conversion used in some of
29 +the figures throughout the document.
30 </p>
31 </body>
32 </subsection>