mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
install files from Resources\tex in MiKTeX local root directory
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26834 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
dd94d72560
commit
622d005cff
@ -126,26 +126,30 @@ Section -Configure
|
||||
SectionEnd
|
||||
|
||||
#--------------------------------
|
||||
# dvipost package
|
||||
# LaTeX files
|
||||
|
||||
Var UpdateFNDBReturn
|
||||
|
||||
Section -dvipost
|
||||
Section -LaTeXFiles
|
||||
|
||||
# Install package in local root
|
||||
# Install files in local root
|
||||
|
||||
${if} $PathLaTeXLocal != ""
|
||||
${If} $PathLaTeXLocal != ""
|
||||
# dvipost
|
||||
SetOutPath "$PathLaTeXLocal\tex\latex\dvipost"
|
||||
File "${FILES_DVIPOST_PKG}\dvipost.sty"
|
||||
${endif}
|
||||
# LyX files in Resources\tex
|
||||
SetOutPath "$PathLaTeXLocal\tex\latex\lyx"
|
||||
CopyFiles /SILENT "$INSTDIR\Resources\tex\*.*" "$PathLaTeXLocal\tex\latex\lyx"
|
||||
${EndIf}
|
||||
|
||||
# Update file name database
|
||||
|
||||
${if} $PathLaTeX != ""
|
||||
${If} $PathLaTeX != ""
|
||||
DetailPrint $(TEXT_CONFIGURE_MIKTEXFNDB)
|
||||
nsExec::ExecToLog '"$PathLaTeX\initexmf.exe" --update-fndb'
|
||||
Pop $UpdateFNDBReturn # Return value
|
||||
${endif}
|
||||
${EndIf}
|
||||
|
||||
SectionEnd
|
||||
|
||||
@ -180,6 +184,7 @@ Var ConfigureReturn
|
||||
|
||||
Section -ConfigureScript
|
||||
|
||||
SetOutPath "$INSTDIR\Resources"
|
||||
DetailPrint $(TEXT_CONFIGURE_LYX)
|
||||
nsExec::ExecToLog '"$INSTDIR\python\python.exe" "$INSTDIR\Resources\configure.py"'
|
||||
Pop $ConfigureReturn # Return value
|
||||
|
Loading…
Reference in New Issue
Block a user