- added new functions "identity", "parse-boolean", "show-boolean" and
"get-option-value", - removed obsolete functions "with-optional-part?" and "is-running-dry?".
This commit is contained in:
parent
1e8c345f34
commit
02993a2bfe
|
@ -1,5 +1,5 @@
|
|||
;;; Installation library for scsh modules.
|
||||
;;; $Id: install-lib-module.scm,v 1.3 2003/12/14 14:43:18 michel-schinz Exp $
|
||||
;;; $Id: install-lib-module.scm,v 1.4 2003/12/21 20:55:40 michel-schinz Exp $
|
||||
|
||||
;;; Interfaces
|
||||
|
||||
|
@ -19,10 +19,12 @@
|
|||
install-directories
|
||||
install-directory-contents
|
||||
|
||||
get-directory
|
||||
identity
|
||||
parse-boolean
|
||||
show-boolean
|
||||
|
||||
with-optional-part?
|
||||
is-running-dry?
|
||||
get-directory
|
||||
get-option-value
|
||||
|
||||
install-main))
|
||||
|
||||
|
|
Loading…
Reference in New Issue