summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/source
diff options
context:
space:
mode:
authorHartmut Henkel <hartmut_henkel@gmx.de>2007-01-23 21:58:29 +0000
committerHartmut Henkel <hartmut_henkel@gmx.de>2007-01-23 21:58:29 +0000
commitcd476a9aaad5600474f054fc0215a82cdb56b783 (patch)
treeaa9dbc6c171eeb1613c9baef4c272f50ad9b538e /Master/texmf-doc/source
parent0ea9ed8824e1e15664c19a0db839015761792b66 (diff)
add remark in live.tex how to get TL man pages via manpath.config editing
git-svn-id: svn://tug.org/texlive/trunk@3735 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/source')
-rw-r--r--Master/texmf-doc/source/english/texlive-en/live.tex12
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-doc/source/english/texlive-en/live.tex b/Master/texmf-doc/source/english/texlive-en/live.tex
index 1fb07f9f4f5..bbfef8fdc21 100644
--- a/Master/texmf-doc/source/english/texlive-en/live.tex
+++ b/Master/texmf-doc/source/english/texlive-en/live.tex
@@ -782,6 +782,18 @@ shell prompt as usual.
> \Ucom{PATH=/usr/local/texlive/2007/bin/i386-linux:$PATH; export PATH}
\end{alltt}
+If your Unix system supports the \cmdname{manpath} command (type \code{man
+manpath} to learn more), you can make the \TL\ manual pages available
+system-wide via the normal \cmdname{man} command by editing the file
+\filename{/etc/manpath.config}; you might need root permissions for this.
+With the following entry in \filename{/etc/manpath.config} the \TL\
+manual pages will be found at their original places within the \TL\ tree
+(adapt the binary path for your system architecture):
+
+\begin{alltt}
+MANPATH_MAP /usr/local/texlive/2007/bin/i386-linux /usr/local/texlive/2007/texmf/doc/man
+\end{alltt}
+
\textifindoubt