mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
install dvipost package after LaTeX setup
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15135 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
91486fdfee
commit
e8b1501de7
@ -62,6 +62,26 @@ Section -InstallData
|
||||
|
||||
SectionEnd
|
||||
|
||||
Section -LaTeX
|
||||
|
||||
;dvipost package
|
||||
|
||||
Call SearchLaTeXLocalRoot
|
||||
Pop $R0
|
||||
|
||||
${if} $R0 != ""
|
||||
SetOutPath "$R0\tex\latex\dvipost"
|
||||
File "${FILES_DVIPOST_PKG}\dvipost.sty"
|
||||
${endif}
|
||||
|
||||
;Update file name database
|
||||
|
||||
${if} $PathLaTeX != ""
|
||||
nsExec::Exec '"$PathLaTeX\initexmf.exe" --update-fndb'
|
||||
${endif}
|
||||
|
||||
SectionEnd
|
||||
|
||||
Section -Configure
|
||||
|
||||
;Remove old configuration files
|
||||
|
@ -91,20 +91,4 @@ Section -Core SecCore
|
||||
SetOutPath "$INSTDIR\aiksaurus"
|
||||
!insertmacro FileListAiksaurusData File "${FILES_AIKSAURUS}\"
|
||||
|
||||
;dvipost package
|
||||
|
||||
Call SearchLaTeXLocalRoot
|
||||
Pop $R0
|
||||
|
||||
${if} $R0 != ""
|
||||
SetOutPath "$R0\tex\latex\dvipost"
|
||||
File "${FILES_DVIPOST_PKG}\dvipost.sty"
|
||||
${endif}
|
||||
|
||||
;Update file name database
|
||||
|
||||
${if} $PathLaTeX != ""
|
||||
nsExec::Exec '"$PathLaTeX\initexmf.exe" --update-fndb'
|
||||
${endif}
|
||||
|
||||
SectionEnd
|
||||
|
@ -41,6 +41,7 @@ ReserveFile "dialogs\external.ini"
|
||||
ReserveFile "dialogs\viewer.ini"
|
||||
ReserveFile "dialogs\langselect.ini"
|
||||
!insertmacro MUI_RESERVEFILE_INSTALLOPTIONS
|
||||
ReserveFile "${FILES_DVIPOST_PKG}\dvipost.sty"
|
||||
|
||||
;--------------------------------
|
||||
;Variables
|
||||
|
Loading…
Reference in New Issue
Block a user