diff options
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 \ |