From c529bbd0bdd77f51bba4693383f33562def6bb72 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sat, 11 Apr 2015 23:41:44 -0400 Subject: builder: Add Atom feed builder. * haunt/builder/atom.scm: New file. * Makefile.am (SOURCES): Add it. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3