diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-02-21 14:14:42 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-02-21 14:14:42 +0000 |
commit | 7c9f6a4afbde2d556ff913ba1a4f97a921b51ba6 (patch) | |
tree | d53063822f58f01e191b9a1897bcac9ba2176d39 /Master/texmf/doc | |
parent | 2cbda0b0a6e9b2b637cdf0f0e7f99cabfb8ceb68 (diff) |
Texdoc 0.65 with more flexibility in the list of configuration files.
git-svn-id: svn://tug.org/texlive/trunk@17111 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc')
-rw-r--r-- | Master/texmf/doc/man/man1/texdoc.1 | 2 | ||||
-rw-r--r-- | Master/texmf/doc/man/man1/texdoc.man1.pdf | bin | 5498 -> 5498 bytes | |||
-rw-r--r-- | Master/texmf/doc/texdoc/News | 6 | ||||
-rw-r--r-- | Master/texmf/doc/texdoc/texdoc.pdf | bin | 207918 -> 207519 bytes | |||
-rw-r--r-- | Master/texmf/doc/texdoc/texdoc.tex | 36 |
5 files changed, 22 insertions, 22 deletions
diff --git a/Master/texmf/doc/man/man1/texdoc.1 b/Master/texmf/doc/man/man1/texdoc.1 index 6729b1acccc..940b658f8d0 100644 --- a/Master/texmf/doc/man/man1/texdoc.1 +++ b/Master/texmf/doc/man/man1/texdoc.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.37.1. -.TH TEXDOC "1" "February 2010" "texdoc 0.64" "User Commands" +.TH TEXDOC "1" "February 2010" "texdoc 0.65" "User Commands" .SH NAME texdoc \- find & view documentation in TeX Live .SH SYNOPSIS diff --git a/Master/texmf/doc/man/man1/texdoc.man1.pdf b/Master/texmf/doc/man/man1/texdoc.man1.pdf Binary files differindex 6ae1c6d9c35..072a6efaf1d 100644 --- a/Master/texmf/doc/man/man1/texdoc.man1.pdf +++ b/Master/texmf/doc/man/man1/texdoc.man1.pdf diff --git a/Master/texmf/doc/texdoc/News b/Master/texmf/doc/texdoc/News index e40ac7dbf31..4111da6b1ca 100644 --- a/Master/texmf/doc/texdoc/News +++ b/Master/texmf/doc/texdoc/News @@ -1,3 +1,9 @@ +Version 0.65 +------------ + +Make it easier to change the list of configuration files used (eg for +downstream distributions). + Version 0.64 ------------ diff --git a/Master/texmf/doc/texdoc/texdoc.pdf b/Master/texmf/doc/texdoc/texdoc.pdf Binary files differindex 59f4e68c18a..0fa9b3c942e 100644 --- a/Master/texmf/doc/texdoc/texdoc.pdf +++ b/Master/texmf/doc/texdoc/texdoc.pdf diff --git a/Master/texmf/doc/texdoc/texdoc.tex b/Master/texmf/doc/texdoc/texdoc.tex index bc6b474a01a..7cc3748fe7c 100644 --- a/Master/texmf/doc/texdoc/texdoc.tex +++ b/Master/texmf/doc/texdoc/texdoc.tex @@ -1,5 +1,5 @@ % this is texdoc's user manual -% written by Manuel Pégourié-Gonnard in 2008, 2009 +% written by Manuel Pégourié-Gonnard in 2008, 2010 % distributed under the terms of GPL v3 or later %!TEX encoding=latin1 @@ -219,8 +219,8 @@ option. For this, see the next section. \subsection{Configuration files}\label{ss-quick-file} \texdoc use various configuration files, which you can see using the ©-f© or -©--files© options. The second entry in this list is marked with a star ©(*)©: -it is the file you should use for your personal preferences as a user; you may +©--files© options. The entry marked with a star ©(*)© +is the file you should use for your personal preferences as a user; you may need to create it (and the parents directories). In order to select you favorite mode, just insert a line ©mode = «yourmode»© @@ -428,28 +428,22 @@ in the following order, where first value found is always used: \item Command-line options. \item Environment variables ending with ©_texdoc©. \item Other environment variables. - \item Values from configuration files, read in the following order: - \begin{enumerate} - \item ©TEXMFHOME/texdoc/texdoc-«platform».cnf© - \item ©TEXMFHOME/texdoc/texdoc.cnf© - \item ©TEXMFHOME/texdoc/texdoc-dist.cnf© - \item ©TEXMFLOCAL/texdoc/texdoc-«platform».cnf© - \item ©TEXMFLOCAL/texdoc/texdoc.cnf© - \item ©TEXMFMAIN/texdoc/texdoc.cnf© - \end{enumerate} + \item Values from configuration files, read in the same order as they are + printed by ©texdoc --files©. \item Hard-coded defaults that may depend on the current platform or the current value of another setting. \end{enumerate} -For the configuration files, ©«platform»© stands for the name of the current -platform, with names matching those of the directories in ©TEXLIVEROOT/bin©, -and ©TEXMFHOME© and others are the kpse's values, see the kpathsea and web2c -manuals. The name with ©«platform»© can be used on installation shared between -many machines where, for example, not the same viewers are available. However, -their use is not recommended in other situations. Finally, the special file -©texdoc-dist.cnf© allows you to install a newer version of \texdoc (including -its default config file) in your home: see \href{http://tug.org/texdoc/}{the - web page} for instructions on running \texdoc from the SVN. +The list of configuration files may include entries which depend on the +current platform, like ©texdoc-x86-64-linux.cnf© for instance. Those files are +meant to be used in when a single \texlive installation is shared across +machines with different architectures needing different settings. Their use is +not recommended in any other situation. + +Finally, the special file ©texdoc-dist.cnf© allows you to install a newer +version of \texdoc (including its default configuration file) in your home: +see \href{http://tug.org/texdoc/dev/}{the web page} for instructions on +running the development version. \subsection{Command-line options}\label{ss-cl} |