From 8585b7dec2ed96446fd3f1fa2fcda92db8292a78 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Tue, 8 Feb 2011 12:32:07 +0000 Subject: Install manpage links as .so requests git-svn-id: svn://tug.org/texlive/trunk@21346 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/ChangeLog | 4 ++++ Build/source/texk/am/man1_links.am | 2 +- Build/source/texk/dviljk/Makefile.in | 2 +- Build/source/texk/dvipng/doc/Makefile.in | 2 +- Build/source/texk/kpathsea/man/Makefile.in | 2 +- Build/source/texk/tetex/Makefile.in | 2 +- Build/source/texk/web2c/man/Makefile.in | 2 +- 7 files changed, 10 insertions(+), 6 deletions(-) (limited to 'Build/source') diff --git a/Build/source/texk/ChangeLog b/Build/source/texk/ChangeLog index a9e0ba0f48a..a099161205c 100644 --- a/Build/source/texk/ChangeLog +++ b/Build/source/texk/ChangeLog @@ -1,3 +1,7 @@ +2011-02-09 Peter Breitenlohner + + * am/man1_links.am: Install manpage links as .so requests. + 2011-02-08 Peter Breitenlohner * am/man1_links.am: New Makefile fragments for manpage links. diff --git a/Build/source/texk/am/man1_links.am b/Build/source/texk/am/man1_links.am index e0d5aeeb1e2..db66bacc693 100644 --- a/Build/source/texk/am/man1_links.am +++ b/Build/source/texk/am/man1_links.am @@ -14,7 +14,7 @@ install-man1-links: file=`echo $$s | sed 's,:.*,,'`; \ rm -f $$link.1; \ echo "creating link '$$link.1' -> '$$file.1'"; \ - $(LN_S) $$file.1 $$link.1 || exit 1; \ + echo ".so man1/$$file.1" >$$link.1; \ done uninstall-man1-links: diff --git a/Build/source/texk/dviljk/Makefile.in b/Build/source/texk/dviljk/Makefile.in index 7fffdddf58e..82a3d80c15b 100644 --- a/Build/source/texk/dviljk/Makefile.in +++ b/Build/source/texk/dviljk/Makefile.in @@ -978,7 +978,7 @@ install-man1-links: file=`echo $$s | sed 's,:.*,,'`; \ rm -f $$link.1; \ echo "creating link '$$link.1' -> '$$file.1'"; \ - $(LN_S) $$file.1 $$link.1 || exit 1; \ + echo ".so man1/$$file.1" >$$link.1; \ done uninstall-man1-links: diff --git a/Build/source/texk/dvipng/doc/Makefile.in b/Build/source/texk/dvipng/doc/Makefile.in index 5fc697ccc6f..459616fcdab 100644 --- a/Build/source/texk/dvipng/doc/Makefile.in +++ b/Build/source/texk/dvipng/doc/Makefile.in @@ -771,7 +771,7 @@ install-man1-links: file=`echo $$s | sed 's,:.*,,'`; \ rm -f $$link.1; \ echo "creating link '$$link.1' -> '$$file.1'"; \ - $(LN_S) $$file.1 $$link.1 || exit 1; \ + echo ".so man1/$$file.1" >$$link.1; \ done uninstall-man1-links: diff --git a/Build/source/texk/kpathsea/man/Makefile.in b/Build/source/texk/kpathsea/man/Makefile.in index a7d67a63091..6b58f637b89 100644 --- a/Build/source/texk/kpathsea/man/Makefile.in +++ b/Build/source/texk/kpathsea/man/Makefile.in @@ -507,7 +507,7 @@ install-man1-links: file=`echo $$s | sed 's,:.*,,'`; \ rm -f $$link.1; \ echo "creating link '$$link.1' -> '$$file.1'"; \ - $(LN_S) $$file.1 $$link.1 || exit 1; \ + echo ".so man1/$$file.1" >$$link.1; \ done uninstall-man1-links: diff --git a/Build/source/texk/tetex/Makefile.in b/Build/source/texk/tetex/Makefile.in index 92fbe84b289..8ca3ed8340f 100644 --- a/Build/source/texk/tetex/Makefile.in +++ b/Build/source/texk/tetex/Makefile.in @@ -822,7 +822,7 @@ install-man1-links: file=`echo $$s | sed 's,:.*,,'`; \ rm -f $$link.1; \ echo "creating link '$$link.1' -> '$$file.1'"; \ - $(LN_S) $$file.1 $$link.1 || exit 1; \ + echo ".so man1/$$file.1" >$$link.1; \ done uninstall-man1-links: diff --git a/Build/source/texk/web2c/man/Makefile.in b/Build/source/texk/web2c/man/Makefile.in index 89c0fbba1c4..f32ca1d18f0 100644 --- a/Build/source/texk/web2c/man/Makefile.in +++ b/Build/source/texk/web2c/man/Makefile.in @@ -623,7 +623,7 @@ install-man1-links: file=`echo $$s | sed 's,:.*,,'`; \ rm -f $$link.1; \ echo "creating link '$$link.1' -> '$$file.1'"; \ - $(LN_S) $$file.1 $$link.1 || exit 1; \ + echo ".so man1/$$file.1" >$$link.1; \ done uninstall-man1-links: -- cgit v1.2.3