mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-14 09:32:20 +00:00
6f5ddb00e0
(I'm curious if this commit works. I'll be off again.) git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@37367 a592a061-630c-0410-9148-cb99ea01b6c8
41 lines
1.9 KiB
Plaintext
41 lines
1.9 KiB
Plaintext
Function UpdateModifiedFiles
|
|
|
|
# list with modified files for LyX 1.6.9
|
|
SetOutPath "$INSTDIR\bin" # always here
|
|
File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
|
|
File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
|
|
File "${PRODUCT_SOURCEDIR}\bin\elyxer.py" # always here
|
|
File "${PRODUCT_SOURCEDIR}\bin\lyx.css" # always here
|
|
File "${PRODUCT_SOURCEDIR}\bin\math.css" # always here
|
|
File "${PRODUCT_SOURCEDIR}\bin\setup.py" # always here
|
|
SetOutPath "$INSTDIR\Resources" # always here
|
|
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
|
|
File "${PRODUCT_SOURCEDIR}\Resources\chkconfig.ltx"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\configure.py"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\languages"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\symbols"
|
|
SetOutPath "$INSTDIR\Resources\doc"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\Customization.lyx"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\LaTeXConfig.lyx"
|
|
SetOutPath "$INSTDIR\Resources\doc\fr"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\Math.lyx"
|
|
SetOutPath "$INSTDIR\Resources\examples"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\examples\modernCV.lyx"
|
|
SetOutPath "$INSTDIR\Resources\examples\sr"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\examples\sr\splash.lyx"
|
|
SetOutPath "$INSTDIR\Resources\layouts"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\layouts\letter.layout"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\layouts\lettre.layout"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\layouts\scrclass.inc"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\layouts\svmult.layout"
|
|
SetOutPath "$INSTDIR\Resources\lyx2lyx" # always here
|
|
File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx2lyx_version.py" # always here
|
|
SetOutPath "$INSTDIR\Resources\ui"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\ui\classic.ui"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\ui\stdcontext.inc"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\ui\stdmenus.inc"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc"
|
|
|
|
FunctionEnd
|
|
|