diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-10-15 22:50:18 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-10-15 22:50:18 -0400 |
commit | 65cced1ddad32fdeedebd985c8d66ba155bd146f (patch) | |
tree | f8703555fee1503ac6841a608b7697616fc3e219 /Makefile.am | |
parent | dfad89079b64b97e099f6d86e44b6d9deb76a5d5 (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.am | 3 |
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 \ |