Remove dvipost from Windows installation.

This commit is contained in:
Richard Kimberly Heck 2020-01-27 00:01:59 -05:00
parent 9017581ecf
commit 957eba0674
6 changed files with 918 additions and 441 deletions

View File

@ -201,9 +201,6 @@ Function ConfigureMiKTeX
# only install the LyX packages if they are not already installed
${ifnot} ${FileExists} "$PathLaTeXLocal\tex\latex\lyx\broadway.cls"
# dvipost
SetOutPath "$PathLaTeXLocal\tex\latex\dvipost"
File "${FILES_DVIPOST_PKG}\dvipost.sty"
# files in Resources\tex
SetOutPath "$PathLaTeXLocal\tex\latex\lyx"
CopyFiles /SILENT "$INSTDIR\Resources\tex\*.*" "$PathLaTeXLocal\tex\latex\lyx"
@ -242,9 +239,6 @@ Function ConfigureTeXLive
# only install the LyX packages if they are not already installed
${ifnot} ${FileExists} "$PathLaTeXLocal\texmf-dist\tex\latex\lyx\broadway.cls"
# dvipost
SetOutPath "$PathLaTeXLocal\texmf-dist\tex\latex\dvipost"
File "${FILES_DVIPOST_PKG}\dvipost.sty"
# files in Resources\tex
SetOutPath "$PathLaTeXLocal\texmf-dist\tex\latex\lyx"
CopyFiles /SILENT "$INSTDIR\Resources\tex\*.*" "$PathLaTeXLocal\texmf-dist\tex\latex\lyx"

View File

@ -21,8 +21,6 @@ Configuration of LyX installer
!define FILES_NETPBM "${FILES_DEPS}\bin"
!define FILES_RSVG "${FILES_DEPS}\bin"
!define FILES_DTL "${FILES_DEPS}\bin"
!define FILES_DVIPOST "${FILES_DEPS}\bin"
!define FILES_DVIPOST_PKG "${FILES_DEPS}\tex"
!define FILES_PDFTOOLS "${FILES_DEPS}\bin"
!define FILES_METAFILE2EPS "${FILES_DEPS}\bin"

View File

@ -117,12 +117,6 @@ Lists of files to include in the installer
!macroend
!macro FileListDvipostBin COMMAND DIRECTORY
${FILE}pplatex.exe"
!macroend
!macro FileListUnoConv COMMAND DIRECTORY
${FILE}unoconv.py"

File diff suppressed because it is too large Load Diff

View File

@ -39,7 +39,6 @@ These typically need to be modified for each LyX release
!define FILES_DEPS "${FILES_BASE}\Dependencies"
!define FILES_QT "${FILES_BASE}\LyX23"
!define ClassFileDir "${FILES_LYX}\Resources\tex"
!define DVIPostFileDir "${FILES_DEPS}\tex"
#--------------------------------
# MiKTeX and JabRef

View File

@ -53,7 +53,6 @@ Section -ProgramFiles SecProgramFiles
!insertmacro FileListNetpbmBin File "${FILES_NETPBM}\"
!insertmacro FileListDTLBin File "${FILES_DTL}\"
!insertmacro FileListRsvg File "${FILES_RSVG}\"
!insertmacro FileListDvipostBin File "${FILES_DVIPOST}\"
!insertmacro FileListPDFViewBin File "${FILES_PDFVIEW}\"
# Qt plugin DLLs