summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2024-09-09 13:27:52 -0500
committerDavid Thompson <dthompson2@worcester.edu>2024-09-11 08:14:39 -0400
commit5410430affaf7e10cf9ab4a6cfcd15950baee1d9 (patch)
tree95e2dd3b70447f3160bad9fe65116e5737eaff37 /Makefile.am
parentdbcbdbd0593c763e564a2cc6ccec0f4d74e0b09c (diff)
ui: Add 'new' subcommand.
* doc/haunt.texi: Document it. * haunt/ui/new.scm: New file. * Makefile.am (SOURCES): Add it. * README: Mention the new subcommand.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 679fb15..5ed9c87 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -66,6 +66,7 @@ SOURCES = \
haunt/watch/fallback.scm \
haunt/ui.scm \
haunt/ui/build.scm \
+ haunt/ui/new.scm \
haunt/ui/publish.scm \
haunt/ui/serve.scm \
haunt/serve/mime-types.scm \