aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2006-06-18 19:48:18 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2006-06-18 19:48:18 +0000
commitffd96cb6d34a86dbb694ef96b11e9892a6111d79 (patch)
tree2228c59e96e38cc2833c6aefafcafc66b1cd800b /libs/Makefile.am
parent2006-06-13 Kevin F. Quinn <kevquinn@gentoo.org> (diff)
downloadeselect-ffd96cb6d34a86dbb694ef96b11e9892a6111d79.tar.gz
eselect-ffd96cb6d34a86dbb694ef96b11e9892a6111d79.tar.bz2
eselect-ffd96cb6d34a86dbb694ef96b11e9892a6111d79.zip
Add a new skel.bash library for easy implementation of the simpler cases of switching. Use this library to create new eselect modules for blas, cblas and lapack. Update documentation to reflect these changes. The modules will be installed as separate packages, so remove mentions of them from Makefile.am files.
svn path=/trunk/; revision=275
Diffstat (limited to 'libs/Makefile.am')
-rw-r--r--libs/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/Makefile.am b/libs/Makefile.am
index 270d944..f1e5468 100644
--- a/libs/Makefile.am
+++ b/libs/Makefile.am
@@ -7,6 +7,7 @@ noinst_SCRIPTS = \
output.bash \
path-manipulation.bash \
portage.bash \
+ skel.bash \
tests.bash
EXTRA_DIST = $(foreach f, $(noinst_SCRIPTS), $(f).in)