commit: f985edd8b3d9fa6c3241fe44ad7758e9fe91e025 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> AuthorDate: Thu Sep 1 22:14:57 2016 +0000 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org> CommitDate: Thu Sep 1 22:14:57 2016 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=f985edd8
appendices/contributing: clarify the ImageMagick requirement Remove the word 'optionally' for ImageMagick since Makefile hard fails on its absence. Also, specify the qualified package name for imagemagick and the tool used from it. appendices/contributing/text.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/appendices/contributing/text.xml b/appendices/contributing/text.xml index 4df7ed0..5550aef 100644 --- a/appendices/contributing/text.xml +++ b/appendices/contributing/text.xml @@ -50,9 +50,9 @@ 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 optionally -also <c>ImageMagick</c> for the SVG to PNG conversion used in some of -the figures throughout the document. +<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. </p> </body> </subsection>
