diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-12-31 18:19:56 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-12-31 18:35:29 +0100 |
commit | f11c444d440b68c3975c2dcaacb24fa3e0e09c7d (patch) | |
tree | bb849b202ae0ec6d389e2c3131c611e7be34622a /Makefile.am | |
parent | 13164a210224025384061a5d4c522fa1983c10b4 (diff) | |
download | patches-f11c444d440b68c3975c2dcaacb24fa3e0e09c7d.tar patches-f11c444d440b68c3975c2dcaacb24fa3e0e09c7d.tar.gz |
Add 'guix copy'.
* guix/scripts/copy.scm: New file.
* guix/scripts/archive.scm (options->derivations+files): Export.
* doc/guix.texi (Invoking guix copy): New node.
* Makefile.am (MODULES) [HAVE_GUILE_SSH]: Add guix/scripts/copy.scm.
* po/guix/POTFILES.in: Likewise.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 094d6e5108..fb08a004b6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -173,7 +173,8 @@ endif if HAVE_GUILE_SSH MODULES += \ - guix/ssh.scm + guix/ssh.scm \ + guix/scripts/copy.scm endif HAVE_GUILE_SSH |