aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Walker <ka0ttic@gentoo.org>2005-10-17 13:27:57 +0000
committerAaron Walker <ka0ttic@gentoo.org>2005-10-17 13:27:57 +0000
commitb99846ed69a5d696036fcfdf8c44182a238a4c35 (patch)
tree862b8e0ee050386f2a1e70d2e1eaf13871a1e71a /bin/Makefile.am
parentAdded manual page for kernel.eselect. (diff)
downloadeselect-b99846ed69a5d696036fcfdf8c44182a238a4c35.tar.gz
eselect-b99846ed69a5d696036fcfdf8c44182a238a4c35.tar.bz2
eselect-b99846ed69a5d696036fcfdf8c44182a238a4c35.zip
move 'symlinks' variable declaration to the top-level Makefile.am so both man/Makefile.am and bin/Makefile.am can use it to generate symlinks (ie foo-config -> eselect and foo.eselect.5 -> foo-config.1).
svn path=/trunk/; revision=219
Diffstat (limited to 'bin/Makefile.am')
-rw-r--r--bin/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am
index e8d368c..13aadda 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -1,8 +1,6 @@
bin_SCRIPTS = eselect
EXTRA_DIST = eselect.in
-symlinks = kernel-config profile-config rc-config bashcomp-config
-
dosed = @SED@ -e 's,%DATADIR%,$(datadir),g' \
-e 's,%VERSION%,$(VERSION),g'