From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 483361381F3 for ; Sat, 24 Aug 2013 22:03:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B6D46E0BE0; Sat, 24 Aug 2013 22:03:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 50DBEE0BE0 for ; Sat, 24 Aug 2013 22:03:05 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A42C33ED3A for ; Sat, 24 Aug 2013 22:03:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 20FE1E468F for ; Sat, 24 Aug 2013 22:03:03 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1377381874.ce2087d6d77a76e23d38b6e6f5c7941a94687943.ulm@gentoo> Subject: [gentoo-commits] proj/eselect:master commit in: man/, / X-VCS-Repository: proj/eselect X-VCS-Files: ChangeLog man/Makefile.am X-VCS-Directories: man/ / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: ce2087d6d77a76e23d38b6e6f5c7941a94687943 X-VCS-Branch: master Date: Sat, 24 Aug 2013 22:03:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 57b24036-755d-4f1e-8d16-86d8faa23b68 X-Archives-Hash: be0c47f786eda89b01bb4a43be3c2f38 commit: ce2087d6d77a76e23d38b6e6f5c7941a94687943 Author: Ulrich Müller gentoo org> AuthorDate: Sat Aug 24 22:02:37 2013 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Sat Aug 24 22:04:34 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=ce2087d6 Use relative symlinks for man pages. * man/Makefile.am (install-symlink-%): Use relative symlinks. --- ChangeLog | 2 ++ man/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0192116..e7b835e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2013-08-24 Ulrich Müller + * man/Makefile.am (install-symlink-%): Use relative symlinks. + * modules/rc.eselect (source_rc_functions): Drop baselayout-1 compatibility code. diff --git a/man/Makefile.am b/man/Makefile.am index fa9964c..f93b85b 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -20,5 +20,5 @@ install-data-local : $(foreach f, $(symlinks), install-symlink-$(f)) install-symlink-% : install-man ln -snf \ - $(mandir)/man5/$(shell echo $* | $(dosed)) \ + ../man5/$(shell echo $* | $(dosed)) \ $(DESTDIR)$(mandir)/man1/$*.1