diff options
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 |