diff options
author | David Thompson <dthompson2@worcester.edu> | 2015-07-26 22:35:29 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-07-26 22:35:29 -0400 |
commit | 5941c0d27be7b680299a5f84df29b1771d77691c (patch) | |
tree | c7541a9365099854f64eaa304dc1504199741667 /Makefile.am | |
parent | 75430def43e2e56a6ea92a055144066853e349a4 (diff) |
Rename (haunt build html) to (haunt html).
* haunt/build/html.scm: Delete it.
* haunt/html.scm: New file.
* Makefile.am (SOURCES): Remove old file. Add new file.
* haunt/builder/atom.scm: Use new module.
* haunt/builder/blog.scm: Likewise.
* haunt/ui/serve.scm: Likewise.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8a06dd3..e44e91a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -47,7 +47,7 @@ SOURCES = \ haunt/page.scm \ haunt/asset.scm \ haunt/site.scm \ - haunt/build/html.scm \ + haunt/html.scm \ haunt/builder/atom.scm \ haunt/builder/blog.scm \ haunt/ui.scm \ |