mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-06 09:37:31 +00:00
installer updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@23268 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
de42244c92
commit
4a067a65f9
@ -5,6 +5,18 @@ Function UpdateModifiedFiles
|
|||||||
File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
|
File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
|
||||||
File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
|
File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
|
||||||
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
|
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
|
||||||
|
SetOutPath "$INSTDIR\Resources"
|
||||||
|
File "${PRODUCT_SOURCEDIR}\Resources\chkconfig.ltx"
|
||||||
|
SetOutPath "$INSTDIR\Resources\doc"
|
||||||
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\LaTeXConfig.lyx.in"
|
||||||
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\Math.lyx"
|
||||||
|
SetOutPath "$INSTDIR\Resources\doc\de"
|
||||||
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Math.lyx"
|
||||||
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Userguide.lyx"
|
||||||
|
SetOutPath "$INSTDIR\Resources\doc\es"
|
||||||
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\es\Math.lyx"
|
||||||
|
SetOutPath "$INSTDIR\Resources\doc\fr"
|
||||||
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\Math.lyx"
|
||||||
SetOutPath "$INSTDIR\Resources\lyx2lyx" # always here
|
SetOutPath "$INSTDIR\Resources\lyx2lyx" # always here
|
||||||
File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx2lyx_version.py" # always here
|
File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx2lyx_version.py" # always here
|
||||||
File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx_1_5.py"
|
File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx_1_5.py"
|
||||||
|
Loading…
Reference in New Issue
Block a user