diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-04-13 21:59:29 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-04-13 21:59:29 -0400 |
commit | 1f1784f9f1290fe9bbc05f5264e2a6815dd00cfa (patch) | |
tree | 88ce1bac7374412bea2007d6a604d33174bd08b5 /Makefile.am | |
parent | 395b510a6deec8c3c2019695be4185b9fad1527a (diff) |
Add static asset support.
* haunt/asset.scm: New file.
* Makefile.am (SOURCES): Add it.
* haunt/site.scm (build-site): Add support for assets.
* haunt/utils.scm (file-name-components, join-file-name-components): New
procedures.
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 44b107e..8a06dd3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,6 +45,7 @@ SOURCES = \ haunt/post.scm \ haunt/reader.scm \ haunt/page.scm \ + haunt/asset.scm \ haunt/site.scm \ haunt/build/html.scm \ haunt/builder/atom.scm \ |