From 348e16e264869aee29c36f6b25a48b81b871169d Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 26 Jul 2015 23:09:43 -0400 Subject: builder: Add assets builder. * haunt/builder/assets.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 e44e91a..1d1bb01 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,6 +48,7 @@ SOURCES = \ haunt/asset.scm \ haunt/site.scm \ haunt/html.scm \ + haunt/builder/assets.scm \ haunt/builder/atom.scm \ haunt/builder/blog.scm \ haunt/ui.scm \ -- cgit v1.2.3