texlive[54789] Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc: remove man
commits+karl at tug.org
commits+karl at tug.org
Sat Apr 18 23:25:56 CEST 2020
Revision: 54789
http://tug.org/svn/texlive?view=revision&revision=54789
Author: karl
Date: 2020-04-18 23:25:55 +0200 (Sat, 18 Apr 2020)
Log Message:
-----------
remove man link on all but darwin; texlive at schoepfer.info 18 Apr 2020 05:27:16
Modified Paths:
--------------
trunk/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc
Modified: trunk/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc 2020-04-18 21:25:33 UTC (rev 54788)
+++ trunk/Master/tlpkg/tlpsrc/texlive-scripts.tlpsrc 2020-04-18 21:25:55 UTC (rev 54789)
@@ -41,7 +41,15 @@
# further links within bin:
binpattern f bin/${ARCH}/mktexfmt
binpattern f bin/${ARCH}/texhash
+binpattern f bin/${ARCH}/rungs
#
+# having a man symlink to our texmf-dist/doc/man directory makes the man
+# program on Macs work without any configuration. No other system cares
+# and it can clash with a real man program for distros installing in
+# /usr/bin, so it's only present on darwin platforms.
+binpattern f bin/x86_64-darwin/man
+binpattern f bin/x86_64-darwinlegacy/man
+#
docpattern f texmf-dist/doc/man/man1/fmtutil*
docpattern f texmf-dist/doc/man/man1/mktexfmt.*
docpattern f texmf-dist/doc/man/man1/mktexmf.*
@@ -52,9 +60,6 @@
docpattern f texmf-dist/doc/man/man5/fmtutil.cnf.*
docpattern f texmf-dist/doc/man/man5/updmap.*
#
-binpattern f bin/${ARCH}/rungs
-binpattern f bin/${ARCH}/man
-#
# install-tl
runpattern f install-tl
runpattern f tlpkg/installer/install-menu-*.pl
More information about the tex-live-commits
mailing list.