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:
Joost Verburg 2008-10-09 22:02:00 +00:00
parent dd94d72560
commit 622d005cff

View File

@ -126,26 +126,30 @@ Section -Configure
SectionEnd SectionEnd
#-------------------------------- #--------------------------------
# dvipost package # LaTeX files
Var UpdateFNDBReturn 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" SetOutPath "$PathLaTeXLocal\tex\latex\dvipost"
File "${FILES_DVIPOST_PKG}\dvipost.sty" 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 # Update file name database
${if} $PathLaTeX != "" ${If} $PathLaTeX != ""
DetailPrint $(TEXT_CONFIGURE_MIKTEXFNDB) DetailPrint $(TEXT_CONFIGURE_MIKTEXFNDB)
nsExec::ExecToLog '"$PathLaTeX\initexmf.exe" --update-fndb' nsExec::ExecToLog '"$PathLaTeX\initexmf.exe" --update-fndb'
Pop $UpdateFNDBReturn # Return value Pop $UpdateFNDBReturn # Return value
${endif} ${EndIf}
SectionEnd SectionEnd
@ -180,6 +184,7 @@ Var ConfigureReturn
Section -ConfigureScript Section -ConfigureScript
SetOutPath "$INSTDIR\Resources"
DetailPrint $(TEXT_CONFIGURE_LYX) DetailPrint $(TEXT_CONFIGURE_LYX)
nsExec::ExecToLog '"$INSTDIR\python\python.exe" "$INSTDIR\Resources\configure.py"' nsExec::ExecToLog '"$INSTDIR\python\python.exe" "$INSTDIR\Resources\configure.py"'
Pop $ConfigureReturn # Return value Pop $ConfigureReturn # Return value