From f1fedbb246ae90bf30e4342202b11bc3030d9ca7 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sat, 28 Dec 2013 18:39:13 +0100 Subject: graphs: support generating png graphs PDF files can not be easily embedded in other documents (eg. ODT, or HTML). Add support for generating PNG graphs, by setting the GRAPH_OUT=pdf|png on the command line: make GRAPH_OUT=png graph-build graph-depends The default is still to generate PDF graphs. Signed-off-by: "Yann E. MORIN" Cc: Thomas Petazzoni Signed-off-by: Thomas Petazzoni --- docs/manual/common-usage.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/manual') diff --git a/docs/manual/common-usage.txt b/docs/manual/common-usage.txt index 7c7694265f..c7e4568934 100644 --- a/docs/manual/common-usage.txt +++ b/docs/manual/common-usage.txt @@ -88,6 +88,8 @@ to +make+ or set in the environment: is the recommended way of setting it. * +GRAPH_ALT+, if set and non-empty, to use an alternate color-scheme in build-time graphs +* +GRAPH_OUT+ to set the filetype of generated graphs, either +pdf+ (the + default), or +png+. An example that uses config files located in the toplevel directory and in your $HOME: -- cgit v1.2.3