From c52a5bf09a5eea8fa4f75f979f5349b743c73d25 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 24 Oct 2012 23:10:09 +0200 Subject: 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'. --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') 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 . -bin_SCRIPTS = guix-build +bin_SCRIPTS = \ + guix-build \ + guix-download MODULES = \ guix/utils.scm \ -- cgit v1.2.3