diff options
author | Ludovic Courtès <ludovic.courtes@inria.fr> | 2017-07-25 12:14:04 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-07-25 12:15:43 +0200 |
commit | 585347d7aa3a2a23359b354a550f161d5102c517 (patch) | |
tree | 4363e0ac3f8278c80bfc8edcc5290cba24583404 /Makefile.am | |
parent | 5b4a6ba04499ef4827894918f43e29812311edf5 (diff) | |
download | guix-585347d7aa3a2a23359b354a550f161d5102c517.tar guix-585347d7aa3a2a23359b354a550f161d5102c517.tar.gz |
Add 'guix weather'.
* guix/scripts/weather.scm: New file.
* Makefile.am (MODULES): Add it.
* doc/guix.texi (Substitutes, Invoking guix publish): Mention "guix
weather".
(Invoking guix weather): New node.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
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 4d1512f8ce..5888bc0266 100644 --- a/Makefile.am +++ b/Makefile.am @@ -171,6 +171,7 @@ MODULES = \ guix/scripts/import/texlive.scm \ guix/scripts/environment.scm \ guix/scripts/publish.scm \ + guix/scripts/weather.scm \ guix/scripts/edit.scm \ guix/scripts/size.scm \ guix/scripts/graph.scm \ |