* boot-9.scm (%load-path): Add the site directory.
authorJim Blandy <jimb@red-bean.com>
Fri, 30 Aug 1996 21:09:23 +0000 (21:09 +0000)
committerJim Blandy <jimb@red-bean.com>
Fri, 30 Aug 1996 21:09:23 +0000 (21:09 +0000)
commit02ceadb86cfe97940331bc4c4d46ed3da2d41bf8
treeac9d6f85c3192102fffb0dbf951a4712d8482183
parente9b367a54b310f647f465c35f4ed66571f3c4112
* boot-9.scm (%load-path): Add the site directory.
Add the directory named after the version number.
Prepend the version number to the other directories in the path.
Simplify by mapping the common prefix onto each item.
* Makefile.in (datadir, pkgdatadir, pkgverdatadir, subpkgdatadir,
sitedatadir): New definitions.
(libparent, libdir, install_path): Replaced by above.
(install): Create the above directories.
Put the source files into subpkgdatadir.
(uninstall): Remove the above directories.
ice-9/Makefile.in
ice-9/boot-9.scm