diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-04-11 23:41:44 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-04-11 23:41:44 -0400 |
commit | c529bbd0bdd77f51bba4693383f33562def6bb72 (patch) | |
tree | 244628aca6a93a35144a440449598f9f198fe6e8 /Makefile.am | |
parent | fc06ea3d9d01bf7c4a4c6cc444301d0554d3dc91 (diff) |
builder: Add Atom feed builder.
* haunt/builder/atom.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 e4ebd21..d585ee5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,6 +47,7 @@ SOURCES = \ haunt/page.scm \ haunt/site.scm \ haunt/build/html.scm \ + haunt/builder/atom.scm \ haunt/ui.scm \ haunt/ui/build.scm \ haunt/ui/serve.scm \ |