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 /po | |
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 'po')
-rw-r--r-- | po/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index b329f21e92..ef864fe817 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -12,6 +12,7 @@ guix/scripts/hash.scm guix/scripts/pull.scm guix/scripts/substitute-binary.scm guix/scripts/authenticate.scm +guix/scripts/system.scm guix/gnu-maintenance.scm guix/ui.scm guix/http-client.scm |