summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-10-15 22:50:18 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-10-15 22:50:18 -0400
commit65cced1ddad32fdeedebd985c8d66ba155bd146f (patch)
treef8703555fee1503ac6841a608b7697616fc3e219 /Makefile.am
parentdfad89079b64b97e099f6d86e44b6d9deb76a5d5 (diff)
reader: Add texinfo support.
* haunt/reader/texinfo.scm: New file. * Makefile.am (SOURCES): Add it. * example/haunt.scm: Activate texinfo reader. * example/posts/quux.scm: New file.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 867b163..c47c84a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,7 +46,6 @@ SOURCES = \
haunt/config.scm \
haunt/utils.scm \
haunt/post.scm \
- haunt/reader.scm \
haunt/page.scm \
haunt/asset.scm \
haunt/site.scm \
@@ -54,6 +53,8 @@ SOURCES = \
haunt/builder/assets.scm \
haunt/builder/atom.scm \
haunt/builder/blog.scm \
+ haunt/reader.scm \
+ haunt/reader/texinfo.scm \
haunt/ui.scm \
haunt/ui/build.scm \
haunt/ui/serve.scm \