summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-01-31 20:23:13 -0500
committerDavid Thompson <dthompson2@worcester.edu>2015-01-31 20:25:20 -0500
commit6d7586080110fbcb83f8ae5344d0545314d97ae6 (patch)
tree602166441e9f5cda320c0f9d2429d9509809e829 /Makefile.am
parent05664ee58924c39d641db83c63e44d4d7579b641 (diff)
Make guix-web a subcommand of guix.
* scripts/guix-web: Delete. * guix/scripts/web.scm: New file. * Makefile.am (SOURCES): Add it. (dev-server): Delete. * README.md (Use): Tweak usage instructions.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index a36f988..ee0cab2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,9 +29,7 @@ SOURCES = \
guix-web/util.scm \
guix-web/sxml.scm \
guix-web/view/html.scm \
- guix-web/view/json.scm
+ guix-web/view/json.scm \
+ guix/scripts/web.scm
EXTRA_DIST += env.in
-
-dev-server:
- ./pre-inst-env scripts/guix-web