summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-04-13 19:48:35 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-04-13 19:50:06 -0400
commit913c6bed6f7e8ae12b6881584698f29a698431c4 (patch)
treeac37d520a4cc0ad0ee5398022af5a7157bd5f83a /Makefile.am
parent3592829387367d54dcc4dc1c5cd4862586cc705d (diff)
builder: Add primitive blog builder.
* haunt/builder/blog.scm: New file. * Makefile.am (SOURCES): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index d585ee5..44b107e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,6 +48,7 @@ SOURCES = \
haunt/site.scm \
haunt/build/html.scm \
haunt/builder/atom.scm \
+ haunt/builder/blog.scm \
haunt/ui.scm \
haunt/ui/build.scm \
haunt/ui/serve.scm \