diff mbox

[1/2] manual: add prerequisites for graph generation

Message ID 1402679208-8304-1-git-send-email-fabio.porcedda@gmail.com
State Changes Requested
Headers show

Commit Message

Fabio Porcedda June 13, 2014, 5:06 p.m. UTC
Add "graphviz" and "python-matplotlib" as prerequisites for graph
generation.

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Reported-by: Dallas Clement <dallas.a.clement@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Yann E. MORIN <yann.morin.1998@free.fr>
---
 docs/manual/prerequisite.txt | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Yann E. MORIN June 13, 2014, 5:17 p.m. UTC | #1
Fabio, All,

On 2014-06-13 19:06 +0200, Fabio Porcedda spake thusly:
> Add "graphviz" and "python-matplotlib" as prerequisites for graph
> generation.
> 
> Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
> Reported-by: Dallas Clement <dallas.a.clement@gmail.com>
> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> Cc: Yann E. MORIN <yann.morin.1998@free.fr>
> ---
>  docs/manual/prerequisite.txt | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/docs/manual/prerequisite.txt b/docs/manual/prerequisite.txt
> index c5d5442..ffe86dd 100644
> --- a/docs/manual/prerequisite.txt
> +++ b/docs/manual/prerequisite.txt
> @@ -77,3 +77,7 @@ development context (further details: refer to xref:download-infra[]).
>  ** +w3m+
>  ** +python+ with the +argparse+ module (automatically present in 2.7+ and 3.2+)
>  ** +dblatex+ (required for the pdf manual only)
> +
> +* Graph generation tools:
> +** +graphviz+

graphviz is only for the graph-depends.

Regards,
Yann E. MORIN.

> +** +python-matplotlib+ to use 'graph-build'
> -- 
> 2.0.0
>
Fabio Porcedda June 17, 2014, 8:20 a.m. UTC | #2
On Fri, Jun 13, 2014 at 7:17 PM, Yann E. MORIN <yann.morin.1998@free.fr> wrote:
> Fabio, All,
>
> On 2014-06-13 19:06 +0200, Fabio Porcedda spake thusly:
>> Add "graphviz" and "python-matplotlib" as prerequisites for graph
>> generation.
>>
>> Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
>> Reported-by: Dallas Clement <dallas.a.clement@gmail.com>
>> Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
>> Cc: Yann E. MORIN <yann.morin.1998@free.fr>
>> ---
>>  docs/manual/prerequisite.txt | 4 ++++
>>  1 file changed, 4 insertions(+)
>>
>> diff --git a/docs/manual/prerequisite.txt b/docs/manual/prerequisite.txt
>> index c5d5442..ffe86dd 100644
>> --- a/docs/manual/prerequisite.txt
>> +++ b/docs/manual/prerequisite.txt
>> @@ -77,3 +77,7 @@ development context (further details: refer to xref:download-infra[]).
>>  ** +w3m+
>>  ** +python+ with the +argparse+ module (automatically present in 2.7+ and 3.2+)
>>  ** +dblatex+ (required for the pdf manual only)
>> +
>> +* Graph generation tools:
>> +** +graphviz+
>
> graphviz is only for the graph-depends.

Thanks, fixed.

Best regards
diff mbox

Patch

diff --git a/docs/manual/prerequisite.txt b/docs/manual/prerequisite.txt
index c5d5442..ffe86dd 100644
--- a/docs/manual/prerequisite.txt
+++ b/docs/manual/prerequisite.txt
@@ -77,3 +77,7 @@  development context (further details: refer to xref:download-infra[]).
 ** +w3m+
 ** +python+ with the +argparse+ module (automatically present in 2.7+ and 3.2+)
 ** +dblatex+ (required for the pdf manual only)
+
+* Graph generation tools:
+** +graphviz+
+** +python-matplotlib+ to use 'graph-build'