summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-04-19 12:34:24 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2010-04-19 12:34:24 +0000
commitee7b98d544bf9697c5d13956d9f3ce16775f337c (patch)
tree28c74a2c9fe9d3fb8f791c42ae0e83c32f6bd00c /Master
parenta84628de6ef38ff879cec6f07a790d8ac1b45eea (diff)
texdoctk: use texdoc viewer on windows too
git-svn-id: svn://tug.org/texlive/trunk@17923 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf/texdoctk/texdocrc-win32.defaults8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf/texdoctk/texdocrc-win32.defaults b/Master/texmf/texdoctk/texdocrc-win32.defaults
index 2bc14c631ae..d524ae99791 100644
--- a/Master/texmf/texdoctk/texdocrc-win32.defaults
+++ b/Master/texmf/texdoctk/texdocrc-win32.defaults
@@ -20,20 +20,20 @@ LOCALDOCPATH=
QUIET=no
# DVI settings
-DVI_VIEWER=dviout
+DVI_VIEWER=texdoc --just-view
DVIPS_CONV=dvips
DVIPS_OPTS=-q
# PostScript handling
-PS_VIEWER=psv.bat
+PS_VIEWER=texdoc --just-view
# PDF handling
-PDF_VIEWER=TDK_OWN
+PDF_VIEWER=texdoc --just-view
PDFPS_CONV=acroread
PDFPS_OPTS=-toPostScript -pairs
# HTML handling
-HTML_VIEWER=TDK_OWN
+HTML_VIEWER=texdoc --just-view
HTMLPS_CONV=
# HTMLPS_REDIR must be on, if the html->ps converter normally writes its output
# to stdout instead of a file (e.g. as html2ps) (y or yes to make active)