diff options
author | David Thompson <davet@gnu.org> | 2015-07-01 20:32:07 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-10-25 20:27:19 -0400 |
commit | 054ee2038e942de75f71c1c8d6a4767a1b0dbf1d (patch) | |
tree | 6c287c2060959cb161e9d75447f59e726493e3a1 /Makefile.am | |
parent | e086dcfcf9b18cb7b4619d9ee5aaa2f1ab1aef1e (diff) | |
download | guix-054ee2038e942de75f71c1c8d6a4767a1b0dbf1d.tar.gz |
scripts: Add 'container' subcommand.
* guix/scripts/container.scm: New file. * guix/scripts/container/exec.scm: New file. * po/guix/POTFILES.in: Add them. * Makefile.am (MODULES): Add them. * doc/guix.texi (Invoking guix container): New section.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 4f90b1d15b..1582af3e8a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -128,6 +128,8 @@ MODULES = \ guix/scripts/edit.scm \ guix/scripts/size.scm \ guix/scripts/graph.scm \ + guix/scripts/container.scm \ + guix/scripts/container/exec.scm \ guix.scm \ $(GNU_SYSTEM_MODULES) |