mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
installer updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18696 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
4573c7f2ab
commit
2601385348
@ -5,19 +5,21 @@ Function UpdateModifiedFiles
|
||||
File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
|
||||
File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
|
||||
SetOutPath "$INSTDIR\Resources"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\configure.py"
|
||||
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
|
||||
File /r "${PRODUCT_SOURCEDIR}\Resources\layouts"
|
||||
SetOutPath "$INSTDIR\Resources\doc"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\TOC.lyx" # must be here when another \doc file has been changed
|
||||
SetOutPath "$INSTDIR\Resources\doc\de"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\TOC.lyx" # must be here when another \doc file has been changed
|
||||
SetOutPath "$INSTDIR\Resources\doc\clipart"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\clipart\escher-lsd.eps"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\clipart\escher-lsd.eps"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\clipart\mobius.eps"
|
||||
SetOutPath "$INSTDIR\Resources\examples"
|
||||
SetOutPath "$INSTDIR\Resources\layouts"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\layouts\beamer.layout"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\layouts\ijmpc.layout"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\layouts\ijmpd.layout"
|
||||
SetOutPath "$INSTDIR\Resources\examples\fa"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\examples\fa\splash.lyx"
|
||||
SetOutPath "$INSTDIR\Resources\examples\hu"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\examples\hu\example_lyxified.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\examples\hu\example_raw.lyx"
|
||||
|
||||
FunctionEnd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user