diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-12-27 17:42:32 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-12-28 09:00:21 -0500 |
commit | e94110b8b12645aa22469a73951905b6e55d3120 (patch) | |
tree | 2ab3060b7433ce6fb199c4d15595fd2eb194fff9 /Makefile.am | |
parent | d96ff37148ddb73291a5dbad6bbc43e05afac22b (diff) |
Add redirects 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 555d2bc..cfe85bd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -58,6 +58,7 @@ SOURCES = \ haunt/builder/atom.scm \ haunt/builder/blog.scm \ haunt/builder/rss.scm \ + haunt/builder/redirects.scm \ haunt/reader/texinfo.scm \ haunt/publisher/rsync.scm \ haunt/publisher/sourcehut.scm \ |