diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-12-27 17:41:18 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-12-28 09:27:28 -0500 |
commit | bdf0ebe0e4e90b14812bccd5bf25d0aeac9ab7b2 (patch) | |
tree | 3efb892173ecc626da791b0aa1c6ba727edfe674 /Makefile.am | |
parent | e94110b8b12645aa22469a73951905b6e55d3120 (diff) |
Add flat pages builder.
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 cfe85bd..dece665 100644 --- a/Makefile.am +++ b/Makefile.am @@ -59,6 +59,7 @@ SOURCES = \ haunt/builder/blog.scm \ haunt/builder/rss.scm \ haunt/builder/redirects.scm \ + haunt/builder/flat-pages.scm \ haunt/reader/texinfo.scm \ haunt/publisher/rsync.scm \ haunt/publisher/sourcehut.scm \ |