updated source code to include config files from installer/msg image

This commit is contained in:
Chad Nelson 2025-03-16 12:41:03 -06:00
parent cc478d4d72
commit 400cc82679
6 changed files with 204 additions and 2 deletions

View file

@ -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")))