aboutsummaryrefslogtreecommitdiffstats
path: root/hall.scm
diff options
context:
space:
mode:
Diffstat (limited to 'hall.scm')
-rw-r--r--hall.scm25
1 files changed, 17 insertions, 8 deletions
diff --git a/hall.scm b/hall.scm
index 5d8f903..a8716ce 100644
--- a/hall.scm
+++ b/hall.scm
@@ -14,14 +14,23 @@
(tests ((directory "tests" ((scheme-file "inkplate")))))
(programs ((directory "scripts" ())))
(documentation
- ((directory "examples" ((scheme-file "date")))
- (directory "doc" ((texi-file "inkplate")))
- (text-file "COPYING")
- (text-file "HACKING")
+ ((text-file "ChangeLog")
+ (text-file "AUTHORS")
+ (text-file "NEWS")
(symlink "README" "README.org")
- (org-file "README")))
+ (text-file "HACKING")
+ (text-file "COPYING")
+ (directory "doc" ((texi-file "inkplate")))
+ (directory
+ "examples"
+ ((scheme-file "date")))))
(infrastructure
- ((directory "build-aux" ())
- (scheme-file "hall")
+ ((in-file "pre-inst-env")
+ (automake-file "Makefile")
+ (autoconf-file "configure")
+ (scheme-file "guix")
(text-file ".gitignore")
- (scheme-file "guix")))))
+ (scheme-file "hall")
+ (directory
+ "build-aux"
+ ((scheme-file "test-driver")))))))