2004-03-10 12:23:45 -05:00
|
|
|
(define-package "module-system"
|
|
|
|
(0 0)
|
|
|
|
()
|
2004-03-14 17:59:57 -05:00
|
|
|
(write-to-load-script
|
|
|
|
`((config)
|
|
|
|
(load ,(absolute-file-name "packages.scm"
|
|
|
|
(get-directory 'scheme #f)))))
|
2004-03-10 12:23:45 -05:00
|
|
|
(install-file "README" 'doc)
|
|
|
|
(install-file "NEWS" 'doc)
|
|
|
|
(install-string (COPYING) "COPYING" 'doc)
|
|
|
|
(install-file "overlapping-imports.scm" 'scheme)
|
|
|
|
(install-file "rt-module.scm" 'scheme))
|