Clean up installation issues.

This commit is contained in:
Anthony Carrico 2004-04-13 16:38:01 +00:00
parent 7e8af04d67
commit 92cdee85d7
4 changed files with 12 additions and 6 deletions

View File

@ -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

View File

@ -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)

4
README
View File

@ -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.

View File

@ -16,4 +16,5 @@
-maxdepth 1
-mindepth 1
-type d
! -name CVS)))
! -name CVS
! -name scsh-packages)))