diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2015-10-14 19:17:12 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2015-10-14 21:39:06 +0200 |
| commit | 6f305ea5fdb239bdac5ab9c1d7b837f3177a025a (patch) | |
| tree | c501f75f264c5ec181997246247d3e18520fcd79 /doc.am | |
| parent | 80a67734834a0981ca65cf1757a7d8408d02f1fd (diff) | |
guix system: Add 'dmd-graph' command.
* guix/scripts/system.scm (dmd-service-node-label,
dmd-service-node-type, export-dmd-graph): New procedures.
(show-help): Add 'dmd-graph'.
(guix-system)[parse-sub-command]: Likewise.
Honor it.
* doc/guix.texi (Invoking guix system): Document it.
(dmd Services): Add an illustration and explanation.
* doc/images/dmd-graph.dot: New file.
* doc.am (DOT_FILES): Add it.
Diffstat (limited to 'doc.am')
| -rw-r--r-- | doc.am | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -23,7 +23,8 @@ DOT_FILES = \ | |||
| 23 | doc/images/bootstrap-graph.dot \ | 23 | doc/images/bootstrap-graph.dot \ |
| 24 | doc/images/coreutils-graph.dot \ | 24 | doc/images/coreutils-graph.dot \ |
| 25 | doc/images/coreutils-bag-graph.dot \ | 25 | doc/images/coreutils-bag-graph.dot \ |
| 26 | doc/images/service-graph.dot | 26 | doc/images/service-graph.dot \ |
| 27 | doc/images/dmd-graph.dot | ||
| 27 | 28 | ||
| 28 | DOT_VECTOR_GRAPHICS = \ | 29 | DOT_VECTOR_GRAPHICS = \ |
| 29 | $(DOT_FILES:%.dot=%.eps) \ | 30 | $(DOT_FILES:%.dot=%.eps) \ |
