summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristopher Lemmer Webber <cwebber@dustycloud.org>2018-11-19 16:11:56 -0500
committerDavid Thompson <dthompson2@worcester.edu>2018-11-25 15:56:21 -0500
commit8891da0e3adbc5bd6386b8bc84ba3a7254a9f164 (patch)
treeacf64dfc18a3cc615d1d561ecd797779b7daa3cf /Makefile.am
parent15c4605e1dede94e00c78cc247f6a4e71a0d258b (diff)
Add RSS support.
* haunt/builder/rss.scm: New file with support for RSS feeds. * Makefile.am: Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 1389cfb..b30753a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -54,6 +54,7 @@ SOURCES = \
haunt/builder/assets.scm \
haunt/builder/atom.scm \
haunt/builder/blog.scm \
+ haunt/builder/rss.scm \
haunt/reader.scm \
haunt/reader/texinfo.scm \
haunt/ui.scm \