diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-06-17 21:58:04 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-06-18 00:25:49 +0200 |
commit | 39bee8a2937ea28e74b5c807962fb8bc87fe6887 (patch) | |
tree | b4141bbc425ef3d788d1cf4827ccb4dbe86f1620 /po | |
parent | 84189ebc66266f03b9ca7e8b912d529886436851 (diff) | |
download | guix-39bee8a2937ea28e74b5c807962fb8bc87fe6887.tar guix-39bee8a2937ea28e74b5c807962fb8bc87fe6887.tar.gz |
Add 'guix edit'.
* guix/scripts/edit.scm: New file.
* Makefile.am (MODULES): Add it.
* doc.am (SUBCOMMANDS): Add 'edit'.
* doc/guix.texi (Defining Packages): Add xref to "Invoking guix edit".
(Invoking guix edit): New node.
* po/guix/POTFILES.in: Add it.
Diffstat (limited to 'po')
-rw-r--r-- | po/guix/POTFILES.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/po/guix/POTFILES.in b/po/guix/POTFILES.in index 4f27f54d6c..300486b666 100644 --- a/po/guix/POTFILES.in +++ b/po/guix/POTFILES.in @@ -16,6 +16,7 @@ guix/scripts/authenticate.scm guix/scripts/system.scm guix/scripts/lint.scm guix/scripts/publish.scm +guix/scripts/edit.scm guix/gnu-maintenance.scm guix/ui.scm guix/http-client.scm |