commit 238f510702acdefb60a77f032140befad2b1f518
Author: Richard Kimberly Heck <[email protected]>
Date:   Wed May 6 03:04:33 2020 -0400

    Move DTL binaries to resource folder;.
    
    Patch from Eugene.
---
 .../Win32/packaging/installer/include/filelist.nsh |    7 -------
 .../Win32/packaging/installer/setup/install.nsh    |    1 -
 2 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/development/Win32/packaging/installer/include/filelist.nsh 
b/development/Win32/packaging/installer/include/filelist.nsh
index 1efdb4d..0355c35 100644
--- a/development/Win32/packaging/installer/include/filelist.nsh
+++ b/development/Win32/packaging/installer/include/filelist.nsh
@@ -107,13 +107,6 @@ Lists of files to include in the installer
   
 !macroend
 
-!macro FileListDTLBin COMMAND DIRECTORY
-
-  ${FILE}dt2dv.exe"
-  ${FILE}dv2dt.exe"
-  
-!macroend
-
 !macro FileListRsvg COMMAND DIRECTORY
 
   ${FILE}rsvg-convert.exe"
diff --git a/development/Win32/packaging/installer/setup/install.nsh 
b/development/Win32/packaging/installer/setup/install.nsh
index 2177e15..178b203 100644
--- a/development/Win32/packaging/installer/setup/install.nsh
+++ b/development/Win32/packaging/installer/setup/install.nsh
@@ -51,7 +51,6 @@ Section -ProgramFiles SecProgramFiles
   !insertmacro FileListQtBin File "${FILES_QT}\bin\"
   !insertmacro FileListMSVC File "${FILES_LYX}\bin\"
   !insertmacro FileListNetpbmBin File "${FILES_NETPBM}\"
-  !insertmacro FileListDTLBin File "${FILES_DTL}\"
   !insertmacro FileListRsvg File "${FILES_RSVG}\"
   !insertmacro FileListPDFViewBin File "${FILES_PDFVIEW}\"
   
-- 
lyx-cvs mailing list
[email protected]
http://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to