diff --git a/INSTALL b/INSTALL index 1254a9f..198a930 100644 --- a/INSTALL +++ b/INSTALL @@ -15,12 +15,13 @@ INSTALLATION As of version 0.6, sunterlib follows Michel Schinz's scsh package proposal for installation and use. Please see: - scsh/scsh-packages/doc/latex/proposal.tex + http://lamp.epfl.ch/~schinz/scsh_packages/ -The top-level installation script is install-pkg. It will install all -of the libraries. +Running the installation script (scsh-install-pkg) in the top-level +distribution directory will install all of the libraries. -TODO: install-pkg scripts for individual library subdirectories. +ISSUE: Currently it is not possible to run the installation script in +an individual library's subdirectory to install just that library. UNINSTALLATION diff --git a/Makefile b/Makefile index 6d90d73..85f225a 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ pkg-def.scm : $(s48-authors) $(scsh-authors) \ .PHONY : install uninstall install : $(targets) - ./install-pkg --prefix $(prefix) + scsh-install-pkg --prefix $(prefix) .PHONY : dist dist : $(targets) diff --git a/README b/README index 9347081..8e6afe5 100644 --- a/README +++ b/README @@ -15,3 +15,7 @@ BUGS Please use the bug tracking system to report bugs: http://savannah.nongnu.org/bugs/?group=sunterlib + +TODO + +It should be possible to install an individual library. diff --git a/build/dirs.scm b/build/dirs.scm index 592f3ab..80d6684 100644 --- a/build/dirs.scm +++ b/build/dirs.scm @@ -16,4 +16,5 @@ -maxdepth 1 -mindepth 1 -type d - ! -name CVS))) + ! -name CVS + ! -name scsh-packages)))