diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-04-10 23:44:21 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-04-10 23:44:21 -0400 |
commit | e3a548b777085a31b043de27ff7c494516d186c8 (patch) | |
tree | 87db7407d9011a44d575fe440adbb9291ab689bd /Makefile.am | |
parent | aa7aae9d3e168a903ce25a2ecc992f2c36700925 (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.am | 1 |
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 \ |