Add 'guix graph'.
authorLudovic Courtès <ludo@gnu.org>
Wed, 26 Aug 2015 22:36:41 +0000 (00:36 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 26 Aug 2015 22:49:23 +0000 (00:49 +0200)
commit888569161c0cb55a2700806aded7128cfe605857
tree116f9191b62d4a09575d6e811c906f54d3828241
parent12e5b26643e2269e8f30d8399886d4302c3c09d1
Add 'guix graph'.

* guix/scripts/graph.scm, tests/graph.scm, tests/guix-graph.sh,
  doc/images/coreutils-bag-graph.dot, doc/images/coreutils-graph.dot: New
  files.
* Makefile.am (MODULES): Add guix/scripts/graph.scm.
  (SH_TESTS): Add tests/guix-graph.sh.
  (SCM_TESTS): Add tests/graph.scm.
* doc.am (DOT_FILES, DOT_VECTOR_GRAPHICS): New variables.
  (EXTRA_DIST): Use them.
  (dist_infoimage_DATA): Use $(DOT_FILES).
  (pdf-local, info-local, ps-local): Likewise.
* doc/guix.texi (Packages with Multiple Outputs): Add cross-reference to 'guix
  graph'.
  (Invoking guix gc): Likewise.
  (Invoking guix graph): New section.
.gitignore
Makefile.am
doc.am
doc/guix.texi
doc/images/coreutils-bag-graph.dot [new file with mode: 0644]
doc/images/coreutils-graph.dot [new file with mode: 0644]
guix/scripts/graph.scm [new file with mode: 0644]
tests/graph.scm [new file with mode: 0644]
tests/guix-graph.sh [new file with mode: 0644]