2004-03-11 14:01:40 -05:00
|
|
|
(define-package "scsh-packages"
|
|
|
|
(0 0)
|
|
|
|
()
|
2004-03-11 15:53:48 -05:00
|
|
|
; (install-file "load.scm" 'base)
|
|
|
|
; (install-file "README" 'doc)
|
2004-03-11 14:01:40 -05:00
|
|
|
(install-file "NEWS" 'doc)
|
|
|
|
(install-string (COPYING) "COPYING" 'doc)
|
|
|
|
(install-file "scheme/install-lib/configure.scm" 'scheme)
|
|
|
|
(install-file "scheme/install-lib/install-lib-module.scm"
|
|
|
|
'scheme)
|
|
|
|
(install-file "scheme/install-lib/install-lib.scm" 'scheme)
|
|
|
|
(install-file "scheme/install-lib/install-pkg" 'scheme)
|
|
|
|
(install-file "doc/latex/proposal.tex" 'misc-shared))
|