mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
installer: one more update
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@27356 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ce4b7e16f4
commit
5052c0bc0e
@ -8,11 +8,13 @@ Function UpdateModifiedFiles
|
||||
File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
|
||||
File "${PRODUCT_SOURCEDIR}\bin\python.exe"
|
||||
File "${PRODUCT_SOURCEDIR}\bin\python26.dll"
|
||||
File "${PRODUCT_SOURCEDIR}\bin\Python-License.txt"
|
||||
File "${PRODUCT_SOURCEDIR}\bin\QtCore4.dll"
|
||||
File "${PRODUCT_SOURCEDIR}\bin\QtGui4.dll"
|
||||
File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
|
||||
SetOutPath "$INSTDIR\Resources"
|
||||
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
|
||||
File /r "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\chkconfig.ltx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\configure.py"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\CREDITS"
|
||||
@ -66,8 +68,6 @@ Function UpdateModifiedFiles
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\layouts\sigplanconf.layout"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\layouts\singlecol.layout"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\layouts\svglobal3.layout"
|
||||
SetOutPath "$INSTDIR\Resources\lyx2lyx" # always here
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx2lyx_version.py" # always here
|
||||
SetOutPath "$INSTDIR\Resources\scripts"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\scripts\convertDefault.py"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\scripts\csv2lyx.py"
|
||||
|
Loading…
Reference in New Issue
Block a user