From 79f5d30c2c5987770ca25197f4708938eb91c4ae Mon Sep 17 00:00:00 2001 From: Julien Rioux Date: Sat, 3 Sep 2011 20:27:31 +0000 Subject: [PATCH] Fix bug #7608 (Wrong path separator used for Inkscape on Windows) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39581 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/Win32/packaging/installer/setup/configure.nsh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/development/Win32/packaging/installer/setup/configure.nsh b/development/Win32/packaging/installer/setup/configure.nsh index b9c7b2a094..83a915a1d9 100644 --- a/development/Win32/packaging/installer/setup/configure.nsh +++ b/development/Win32/packaging/installer/setup/configure.nsh @@ -140,13 +140,6 @@ Section -Configure \format "pdf2" "pdf" "PDF (pdflatex)" "F" "pdfview" "" "document,vector,menu=export"$\r$\n\ \format "pdf" "pdf" "PDF (ps2pdf)" "P" "pdfview" "" "document,vector,menu=export"$\r$\n' ${endif} - # if a SVG to PDF converter was found (e.g. Inkscape) - ${if} $SVGPath != "" - FileWrite $R1 '\format "svg" "svg" "SVG" "" "inkscape --file=$$$$i" "inkscape --file=$$$$i" "vector"$\r$\n\ - \converter "svg" "png" "inkscape --without-gui --file=$$$$i --export-png=$$$$o" ""$\r$\n\ - \converter "svg" "pdf" "inkscape --file=$$$$p/$$$$i --export-area-drawing --without-gui --export-pdf=$$$$p/$$$$o" ""$\r$\n\ - \converter "svg" "eps" "inkscape --file=$$$$p/$$$$i --export-area-drawing --without-gui --export-eps=$$$$p/$$$$o" ""$\r$\n' - ${endif} # if LilyPondPath was found # we need to add these entris because python scripts can only be executed # if the full path is given -- 2.39.5