Add examples to the hall documentation section
This way when I run ‘hall clean -x’ I don't have to keep resurrecting the file.
This commit is contained in:
parent
97e3757498
commit
e847014d81
1 changed files with 2 additions and 1 deletions
3
hall.scm
3
hall.scm
|
@ -14,7 +14,8 @@
|
||||||
(tests ((directory "tests" ((scheme-file "inkplate")))))
|
(tests ((directory "tests" ((scheme-file "inkplate")))))
|
||||||
(programs ((directory "scripts" ())))
|
(programs ((directory "scripts" ())))
|
||||||
(documentation
|
(documentation
|
||||||
((directory "doc" ((texi-file "inkplate")))
|
((directory "examples" ((scheme-file "date")))
|
||||||
|
(directory "doc" ((texi-file "inkplate")))
|
||||||
(text-file "COPYING")
|
(text-file "COPYING")
|
||||||
(text-file "HACKING")
|
(text-file "HACKING")
|
||||||
(symlink "README" "README.org")
|
(symlink "README" "README.org")
|
||||||
|
|
Loading…
Reference in a new issue