diff options
author | B. Watson <yalhcru@gmail.com> | 2022-02-05 16:31:29 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-09 09:35:10 +0700 |
commit | 5c59bf4706faca68d939a570626af35473d99e40 (patch) | |
tree | 1a19be13b4c3bdcc3012332ef50a980396c6fa78 /system/makefile2graph | |
parent | 1e4e29f5c39bddea05b7188b964591213dee5813 (diff) |
system/makefile2graph: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/makefile2graph')
-rw-r--r-- | system/makefile2graph/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/system/makefile2graph/README b/system/makefile2graph/README index 6df1fa180b7c..83928d5f3cac 100644 --- a/system/makefile2graph/README +++ b/system/makefile2graph/README @@ -2,11 +2,12 @@ makefile2graph (creates a dependency graph from a Makefile) Creates a graph of dependencies from GNU make Makefile. -Output is a graphviz dot file, a Gexf-XML file, or a list of the deepest -independent targets that should be made. Sub-Makefiles are not supported. +Output is a graphviz dot file, a Gexf-XML file, or a list of the +deepest independent targets that should be made. Sub-Makefiles are not +supported. -Optional dependencies: To actually generate visual graphs, you will need -or or both of: +Optional dependencies: To actually generate visual graphs, you will +need or or both of: graphics/graphviz graphics/graph-easy |