From 210e58c2ba78824bcecfd3c7f7e425879b4af791 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 11 Apr 2015 17:54:55 -0400 Subject: ui: Add 'build' subcommand. * haunt/ui/build.scm: New file. * Makefile.am (SOURCES): Add it. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 74419d0..e4ebd21 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,6 +48,7 @@ SOURCES = \ haunt/site.scm \ haunt/build/html.scm \ haunt/ui.scm \ + haunt/ui/build.scm \ haunt/ui/serve.scm \ haunt/serve/mime-types.scm \ haunt/serve/web-server.scm -- cgit v1.2.3