Code

Fix function plotter for the most common case where there are no transforms applied...
[inkscape.git] / share / extensions / ps2pdf.cmd
1 REM BEGIN
2 @echo off
3 REM edit %GSDIR% to match the ghostscript installation directory
4 set GSDIR=%PROGRAMFILES%\gs\gs8.51
5 set GSBINDIR=%GSDIR%\bin
6 set GSLIBDIR=%GSDIR%\lib
7 set PATH=%GSBINDIR%;%GSLIBDIR%;%PATH%
8 echo %PATH%
9 ps2pdf.bat %1 -
10 REM END