Clean up installation issues.
This commit is contained in:
parent
7e8af04d67
commit
92cdee85d7
9
INSTALL
9
INSTALL
|
@ -15,12 +15,13 @@ INSTALLATION
|
||||||
|
|
||||||
As of version 0.6, sunterlib follows Michel Schinz's scsh package
|
As of version 0.6, sunterlib follows Michel Schinz's scsh package
|
||||||
proposal for installation and use. Please see:
|
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
|
Running the installation script (scsh-install-pkg) in the top-level
|
||||||
of the libraries.
|
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
|
UNINSTALLATION
|
||||||
|
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -42,7 +42,7 @@ pkg-def.scm : $(s48-authors) $(scsh-authors) \
|
||||||
|
|
||||||
.PHONY : install uninstall
|
.PHONY : install uninstall
|
||||||
install : $(targets)
|
install : $(targets)
|
||||||
./install-pkg --prefix $(prefix)
|
scsh-install-pkg --prefix $(prefix)
|
||||||
|
|
||||||
.PHONY : dist
|
.PHONY : dist
|
||||||
dist : $(targets)
|
dist : $(targets)
|
||||||
|
|
4
README
4
README
|
@ -15,3 +15,7 @@ BUGS
|
||||||
|
|
||||||
Please use the bug tracking system to report bugs:
|
Please use the bug tracking system to report bugs:
|
||||||
http://savannah.nongnu.org/bugs/?group=sunterlib
|
http://savannah.nongnu.org/bugs/?group=sunterlib
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
||||||
|
It should be possible to install an individual library.
|
||||||
|
|
|
@ -16,4 +16,5 @@
|
||||||
-maxdepth 1
|
-maxdepth 1
|
||||||
-mindepth 1
|
-mindepth 1
|
||||||
-type d
|
-type d
|
||||||
! -name CVS)))
|
! -name CVS
|
||||||
|
! -name scsh-packages)))
|
||||||
|
|
Loading…
Reference in New Issue