From e847014d819dc56d5745c67d02653a2785002266 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 7 Jul 2023 00:03:18 -0700 Subject: [PATCH] Add examples to the hall documentation section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This way when I run ‘hall clean -x’ I don't have to keep resurrecting the file. --- hall.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hall.scm b/hall.scm index 09b9578..5d8f903 100644 --- a/hall.scm +++ b/hall.scm @@ -14,7 +14,8 @@ (tests ((directory "tests" ((scheme-file "inkplate"))))) (programs ((directory "scripts" ()))) (documentation - ((directory "doc" ((texi-file "inkplate"))) + ((directory "examples" ((scheme-file "date"))) + (directory "doc" ((texi-file "inkplate"))) (text-file "COPYING") (text-file "HACKING") (symlink "README" "README.org")