diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-10-08 15:10:33 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-10-08 15:10:33 +0000 |
commit | dab9e73c844a7c4eaec88cd69fc3c6da630946de (patch) | |
tree | f1527e432bad1406aa7f671b86516564fcd82e59 /Master | |
parent | 327ceeab8a33a93f5cc7c7a575dc0a7f398c3929 (diff) |
Fixing texdoc settings.
git-svn-id: svn://tug.org/texlive/trunk@15683 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf/scripts/texdoc/texdoc.tlu | 2 | ||||
-rw-r--r-- | Master/texmf/texdoc/texdoc.cnf | 11 |
2 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf/scripts/texdoc/texdoc.tlu b/Master/texmf/scripts/texdoc/texdoc.tlu index e4e88c92782..009125d6d79 100755 --- a/Master/texmf/scripts/texdoc/texdoc.tlu +++ b/Master/texmf/scripts/texdoc/texdoc.tlu @@ -101,7 +101,7 @@ place_holder = '%%s' -- used for viewer commands -- everything works for them (look for support_zipped in the code). -- If you use this feature, please let us know: if nobody uses it, -- we'll drop it at some point. -support_zipped = true +support_zipped = false -------------------------- general-use functions --------------------------- diff --git a/Master/texmf/texdoc/texdoc.cnf b/Master/texmf/texdoc/texdoc.cnf index b54c727d41f..b6d10d99dc4 100644 --- a/Master/texmf/texdoc/texdoc.cnf +++ b/Master/texmf/texdoc/texdoc.cnf @@ -57,7 +57,7 @@ alias live = texlive-en alias texlive = texlive-en -alias texdoc = texdoc/texdoc # avoid the man page to be displayed first +alias texdoc = texdoc. # avoid the man page to be displayed first alias latex = latex-doc-ptr ## various stuff @@ -96,9 +96,10 @@ alias etex-ref = etex_man alias pdftex-ref = pdftex-a alias xetex-ref = XeTeX-reference alias luatex-ref = luatexref-t -alias etex-man = man1/etex -alias pdftex-man = man1/pdftex.pdf -#alias luatex-man = man1/luatex #??? +alias etex-man = etex.1 +alias pdftex-man = pdftex.1 +#alias xetex-man = xetex.1 # should exist... +alias luatex-man = luatex.1 alias luatex-pkg = oberdiek/luatex.pdf # by default, <engine> = <engine>-ref (duplicated: no alias cascading) @@ -150,7 +151,7 @@ alias ltugproc = ltubguid alias caption = caption-eng alias caption-de = caption-deu alias caption-ru = caption-rus -alias caption-dev = caption +alias caption-dev = caption. # misc alias fontinst = fontinstallationguide |