updated source code to include config files from installer/msg image
This commit is contained in:
parent
cc478d4d72
commit
400cc82679
6 changed files with 204 additions and 2 deletions
7
hall.scm
7
hall.scm
|
@ -33,7 +33,12 @@
|
|||
(text-file "HACKING")
|
||||
(text-file "LICENSE")
|
||||
(text-file "COPYING")
|
||||
(directory "doc" ((texi-file "msg") (scheme-file "config")))
|
||||
(directory
|
||||
"doc"
|
||||
((texi-file "msg")
|
||||
(scheme-file "installer-config")
|
||||
(scheme-file "qemu-config")
|
||||
(scheme-file "msg-config")))
|
||||
(text-file "NEWS")
|
||||
(text-file "AUTHORS")
|
||||
(text-file "ChangeLog")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue