mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-18 21:45:24 +00:00
installer: updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28907 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1618be8ff0
commit
60ed50323a
@ -11,6 +11,7 @@ Function UpdateModifiedFiles
|
||||
#File "${PRODUCT_SOURCEDIR}\bin\Lib\optparse.py"
|
||||
SetOutPath "$INSTDIR\Resources" # always here
|
||||
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
|
||||
File /r "${PRODUCT_SOURCEDIR}\Resources\man\man1"
|
||||
#File "${PRODUCT_SOURCEDIR}\Resources\chkconfig.ltx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\configure.py"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\CREDITS"
|
||||
@ -18,8 +19,16 @@ Function UpdateModifiedFiles
|
||||
#File "${PRODUCT_SOURCEDIR}\Resources\languages"
|
||||
#File "${PRODUCT_SOURCEDIR}\Resources\symbols"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\unicodesymbols"
|
||||
SetOutPath "${PRODUCT_SOURCEDIR}\Resources\doc"
|
||||
SetOutPath "$INSTDIR\Resources\doc"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\Extended.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\Intro.lyx"
|
||||
SetOutPath "$INSTDIR\Resources\doc\de"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Intro.lyx"
|
||||
SetOutPath "$INSTDIR\Resources\doc\es"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\es\Intro.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\es\UserGuide.lyx"
|
||||
SetOutPath "$INSTDIR\Resources\doc\fr"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\Intro.lyx"
|
||||
#SetOutPath "$INSTDIR\Resources\examples"
|
||||
SetOutPath "$INSTDIR\Resources\images"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\images\bookmark-goto_0.png"
|
||||
|
Loading…
x
Reference in New Issue
Block a user