diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-10-20 00:55:09 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-10-20 00:57:36 +0200 |
commit | d23c20f1d054935d4d865adfbfb5777c512444e1 (patch) | |
tree | 6e51977778282a331a26485573cda6c5561b2c16 /po | |
parent | ea0c6e0507a6997f12a4f29d0445b51cf53bd81e (diff) | |
download | guix-d23c20f1d054935d4d865adfbfb5777c512444e1.tar guix-d23c20f1d054935d4d865adfbfb5777c512444e1.tar.gz |
Add 'guix challenge'.
* guix/scripts/challenge.scm, tests/challenge.scm: New files.
* Makefile.am (MODULES): Add the former.
(SCM_TESTS): Add the latter.
* doc.am (SUBCOMMANDS): Add 'challenge'.
* doc/guix.texi (Substitutes): Add xref to 'guix challenge'.
(Invoking guix challenge): New node.
* doc/contributing.texi (Submitting Patches): Add note about using 'guix
challenge'.
* po/guix/POTFILES.in: Add guix/scripts/challenge.scm.
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 af46dac0e0..d9fc04495d 100644 --- a/po/guix/POTFILES.in +++ b/po/guix/POTFILES.in @@ -22,6 +22,7 @@ guix/scripts/publish.scm guix/scripts/edit.scm guix/scripts/size.scm guix/scripts/graph.scm +guix/scripts/challenge.scm guix/gnu-maintenance.scm guix/ui.scm guix/http-client.scm |