aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-07-07 00:03:18 -0700
committerGravatar Tom Willemse2023-07-07 00:03:18 -0700
commite847014d819dc56d5745c67d02653a2785002266 (patch)
tree36a23e970be84ecce17d3886e5283e6f2306a11f
parent97e3757498d2a864fbd59ee9201f55210f4e2131 (diff)
downloadguile-inkplate-e847014d819dc56d5745c67d02653a2785002266.tar.gz
guile-inkplate-e847014d819dc56d5745c67d02653a2785002266.zip
Add examples to the hall documentation section
This way when I run ‘hall clean -x’ I don't have to keep resurrecting the file.
-rw-r--r--hall.scm3
1 files changed, 2 insertions, 1 deletions
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")