summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-04-10 23:44:21 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-04-10 23:44:21 -0400
commite3a548b777085a31b043de27ff7c494516d186c8 (patch)
tree87db7407d9011a44d575fe440adbb9291ab689bd /Makefile.am
parentaa7aae9d3e168a903ce25a2ecc992f2c36700925 (diff)
Add SXML to HTML conversion module.
* haunt/build/html.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 b1924da..4b685f3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -44,6 +44,7 @@ SOURCES = \
haunt/post.scm \
haunt/reader.scm \
haunt/page.scm \
+ haunt/build/html.scm \
haunt/ui.scm \
haunt/ui/serve.scm \
haunt/serve/mime-types.scm \