mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Remove dvipost from Windows installation.
This commit is contained in:
parent
9017581ecf
commit
957eba0674
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user