diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-02-20 23:46:38 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-02-27 20:55:42 +0100 |
commit | 69ce1ffc7d5f12266e3a4cde605ca76a65c297b4 (patch) | |
tree | a45dcaab5c9c0b033a3392e12f6084e5c5b74686 /Makefile.am | |
parent | 7650e148f69832e6b89b93c549278b1bbf89946a (diff) | |
download | patches-69ce1ffc7d5f12266e3a4cde605ca76a65c297b4.tar patches-69ce1ffc7d5f12266e3a4cde605ca76a65c297b4.tar.gz |
Add "guix pull".
* guix/scripts/pull.scm: New file.
* Makefile.am (MODULES): Add it.
* doc/guix.texi (Invoking guix pull): New node.
(Invoking guix package): Add cross-ref to it.
* guix/ui.scm (config-directory): New procedure.
* scripts/guix.in: When `GUIX_UNINSTALLED' is undefined, add
$XDG_CONFIG_HOME/guix/latest to the search path.
* po/POTFILES.in: Add guix/scripts/pull.scm.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cabbe21cdd..bed4d06ec0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,6 +30,7 @@ MODULES = \ guix/scripts/import.scm \ guix/scripts/package.scm \ guix/scripts/gc.scm \ + guix/scripts/pull.scm \ guix/base32.scm \ guix/utils.scm \ guix/derivations.scm \ |