summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)