public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Mueller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/eselect:master commit in: man/, /
Date: Sat, 24 Aug 2013 22:03:03 +0000 (UTC)	[thread overview]
Message-ID: <1377381874.ce2087d6d77a76e23d38b6e6f5c7941a94687943.ulm@gentoo> (raw)

commit:     ce2087d6d77a76e23d38b6e6f5c7941a94687943
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 24 22:02:37 2013 +0000
Commit:     Ulrich Mueller <ulm <AT> gentoo <DOT> 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  <ulm@gentoo.org>
 
+	* 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


             reply	other threads:[~2013-08-24 22:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-24 22:03 Ulrich Mueller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-02-18 22:18 [gentoo-commits] proj/eselect:master commit in: man/, / Ulrich Müller
2013-08-05  7:43 Ulrich Mueller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1377381874.ce2087d6d77a76e23d38b6e6f5c7941a94687943.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox