9 lines
227 B
Scheme
9 lines
227 B
Scheme
|
(define-package "heap-images"
|
||
|
(0 0)
|
||
|
()
|
||
|
(install-file "load.scm" 'base)
|
||
|
(install-file "README" 'doc)
|
||
|
(install-file "NEWS" 'doc)
|
||
|
(install-string (COPYING) "COPYING" 'doc)
|
||
|
(install-file "reinitializer.scm" 'scheme))
|