diff options
Diffstat (limited to 'mkimpcat.scm')
-rw-r--r-- | mkimpcat.scm | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/mkimpcat.scm b/mkimpcat.scm index 4c69937..890d521 100644 --- a/mkimpcat.scm +++ b/mkimpcat.scm @@ -1,4 +1,4 @@ -;; Copyright (C) 1993, 1994, 1995, 1997 Free Software Foundation, Inc. +;; Copyright (C) 1993, 1994, 1995, 1997, 1998 Free Software Foundation, Inc. ;; ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -176,7 +176,16 @@ (display* "(") (add-alias 'hobbit (in-vicinity (implementation-vicinity) "hobbit")) (add-alias 'scmhob (in-vicinity (implementation-vicinity) "scmhob")) - (add-alias 'build (in-vicinity (implementation-vicinity) "build")) + (add-alias 'regex-case + (in-vicinity (implementation-vicinity) "rgxcase")) + (add-alias 'url-filename + (in-vicinity (implementation-vicinity) "urlfile")) + (add-source 'disarm (in-vicinity + (implementation-vicinity) + (string-append "disarm" (scheme-file-suffix)))) + (add-source 'build (in-vicinity + (implementation-vicinity) + (string-append "build" (scheme-file-suffix)))) ;; (add-alias 'impl:callback '(identity)) |