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:59
Message-Id: 1472768097.f985edd8b3d9fa6c3241fe44ad7758e9fe91e025.gokturk@gentoo
1 commit: f985edd8b3d9fa6c3241fe44ad7758e9fe91e025
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 1 22:14:57 2016 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 1 22:14:57 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=f985edd8
7
8 appendices/contributing: clarify the ImageMagick requirement
9
10 Remove the word 'optionally' for ImageMagick since Makefile hard fails
11 on its absence. Also, specify the qualified package name for
12 imagemagick and the tool used from it.
13
14 appendices/contributing/text.xml | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml
18 index 4df7ed0..5550aef 100644
19 --- a/appendices/contributing/text.xml
20 +++ b/appendices/contributing/text.xml
21 @@ -50,9 +50,9 @@ for those who prefer to submit patches using pull requests.
22 <p>
23 To build the devmanual, simply run <c>make</c> in the top directory of
24 the repository. You need <c>xsltproc</c> (from
25 -<c>dev-libs/libxslt</c>) for the XML to HTML conversion and optionally
26 -also <c>ImageMagick</c> for the SVG to PNG conversion used in some of
27 -the figures throughout the document.
28 +<c>dev-libs/libxslt</c>) for the XML to HTML conversion and
29 +<c>convert</c> (from <c>media-gfx/imagemagick</c>) for the SVG to PNG
30 +conversion used in some of the figures throughout the document.
31 </p>
32 </body>
33 </subsection>