diff options
author | Ludovic Courtès <ludo@gnu.org> | 2012-10-24 23:10:09 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2012-10-25 00:58:37 +0200 |
commit | c52a5bf09a5eea8fa4f75f979f5349b743c73d25 (patch) | |
tree | 49bb4dee719a9fddd2cfcbada704eb9b09bbde82 /Makefile.am | |
parent | 82058eff591866085633679ecfc108020dd99820 (diff) | |
download | guix-c52a5bf09a5eea8fa4f75f979f5349b743c73d25.tar guix-c52a5bf09a5eea8fa4f75f979f5349b743c73d25.tar.gz |
Add `guix-download'.
* guix-download.in: New file.
* configure.ac: Emit `guix-download' and make it executable.
* Makefile.am (bin_SCRIPTS): Add `guix-download'.
* po/POTFILES.in: Add `guix-download.in'.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 277ac4277e..e2c1cfd218 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,9 @@ # You should have received a copy of the GNU General Public License # along with Guix. If not, see <http://www.gnu.org/licenses/>. -bin_SCRIPTS = guix-build +bin_SCRIPTS = \ + guix-build \ + guix-download MODULES = \ guix/utils.scm \ |