diff options
author | Ulrich Müller <ulm@gentoo.org> | 2013-08-25 00:02:37 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2013-08-25 00:04:34 +0200 |
commit | ce2087d6d77a76e23d38b6e6f5c7941a94687943 (patch) | |
tree | 6777da36494ed52496108a02730ba96916582dd7 /man | |
parent | Drop baselayout-1 compatibility code. (diff) | |
download | eselect-ce2087d6d77a76e23d38b6e6f5c7941a94687943.tar.gz eselect-ce2087d6d77a76e23d38b6e6f5c7941a94687943.tar.bz2 eselect-ce2087d6d77a76e23d38b6e6f5c7941a94687943.zip |
Use relative symlinks for man pages.
* man/Makefile.am (install-symlink-%): Use relative symlinks.
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |