system/makefile2graph: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2022-02-05 16:31:29 -05:00 committed by Willy Sudiarto Raharjo
parent 1e4e29f5c3
commit 5c59bf4706
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -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