summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorPiotr Strzelczyk <piotr@eps.gda.pl>2009-07-02 23:15:22 +0000
committerPiotr Strzelczyk <piotr@eps.gda.pl>2009-07-02 23:15:22 +0000
commitb0747764d34ccc6753681cb4e5749cc432e1dd12 (patch)
tree48a6ff8e4b6296340afabf1ee15aa8783281d618 /Master
parentaf4042f7d58b00e5b09265cd5279b3ba2a5f8b5a (diff)
use psv as ps & pdf viewer for asymptote
git-svn-id: svn://tug.org/texlive/trunk@14073 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/bin/win32/asy.bat3
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/bin/win32/asy.bat b/Master/bin/win32/asy.bat
index 1f7e8a9f382..a41894d1c8b 100755
--- a/Master/bin/win32/asy.bat
+++ b/Master/bin/win32/asy.bat
@@ -9,5 +9,8 @@ rem Suppress cygwin warning about DOS paths
set CYGWIN=nodosfilewarning
rem Add bin dir to PATH
for %%I in ("%~f0\..") do path %%~fI;%PATH%
+rem psviewer and pdfviewer to psv
+set ASYMPTOTE_PSVIEWER=psv.bat
+set ASYMPTOTE_PDFVIEWER=psv.bat
rem Call asy.exe
"%~dp0..\..\tlpkg\asymptote\asy.exe" %*