guix system: Add 'dmd-graph' command.
authorLudovic Courtès <ludo@gnu.org>
Wed, 14 Oct 2015 17:17:12 +0000 (19:17 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 14 Oct 2015 19:39:06 +0000 (21:39 +0200)
commit6f305ea5fdb239bdac5ab9c1d7b837f3177a025a
treec501f75f264c5ec181997246247d3e18520fcd79
parent80a67734834a0981ca65cf1757a7d8408d02f1fd
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.
.gitignore
doc.am
doc/guix.texi
doc/images/dmd-graph.dot [new file with mode: 0644]
guix/scripts/system.scm