]> git.lyx.org Git - lyx.git/commitdiff
Fix bug #7608 (Wrong path separator used for Inkscape on Windows)
authorJulien Rioux <jrioux@lyx.org>
Sat, 3 Sep 2011 20:27:31 +0000 (20:27 +0000)
committerJulien Rioux <jrioux@lyx.org>
Sat, 3 Sep 2011 20:27:31 +0000 (20:27 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39581 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/installer/setup/configure.nsh

index b9c7b2a0940e75022eba9e67871e0add0ed1f5d6..83a915a1d989cffbc3ba4d02e0c3748f89933d02 100644 (file)
@@ -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