mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
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:
parent
1e4e29f5c3
commit
5c59bf4706
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue