diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-08-27 00:36:41 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-08-27 00:49:23 +0200 |
commit | 888569161c0cb55a2700806aded7128cfe605857 (patch) | |
tree | 116f9191b62d4a09575d6e811c906f54d3828241 /Makefile.am | |
parent | 12e5b26643e2269e8f30d8399886d4302c3c09d1 (diff) | |
download | patches-888569161c0cb55a2700806aded7128cfe605857.tar patches-888569161c0cb55a2700806aded7128cfe605857.tar.gz |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 76d505abf5..c32464921b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -120,6 +120,7 @@ MODULES = \ guix/scripts/publish.scm \ guix/scripts/edit.scm \ guix/scripts/size.scm \ + guix/scripts/graph.scm \ guix.scm \ $(GNU_SYSTEM_MODULES) @@ -209,6 +210,7 @@ SCM_TESTS = \ tests/lint.scm \ tests/publish.scm \ tests/size.scm \ + tests/graph.scm \ tests/file-systems.scm \ tests/containers.scm @@ -238,6 +240,7 @@ SH_TESTS = \ tests/guix-archive.sh \ tests/guix-authenticate.sh \ tests/guix-environment.sh \ + tests/guix-graph.sh \ tests/guix-lint.sh if BUILD_DAEMON |