diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-02-18 23:45:58 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-02-18 23:47:49 +0100 |
commit | 523e48969bd87d26ebbe0a3f4de27257b6d6cb77 (patch) | |
tree | e3f3053a2b5594b94060ecf798d47e6059708bd2 /Makefile.am | |
parent | c0e57fb876b1bc996b3d30648f427dbf23bc99b4 (diff) | |
download | patches-523e48969bd87d26ebbe0a3f4de27257b6d6cb77.tar patches-523e48969bd87d26ebbe0a3f4de27257b6d6cb77.tar.gz |
Add 'guix system'.
* guix/scripts/system.scm: New file.
* Makefile.am (MODULES): Add it.
* po/POTFILES.in: Likewise.
* doc/guix.texi (Using the Configuration System): Link to "Invoking guix
system".
(Invoking guix system): New node.
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 16b28eb181..6ad8eb9914 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,6 +77,7 @@ MODULES = \ guix/scripts/substitute-binary.scm \ guix/scripts/authenticate.scm \ guix/scripts/refresh.scm \ + guix/scripts/system.scm \ guix.scm \ $(GNU_SYSTEM_MODULES) |