mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
installer updates
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26673 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
899f795050
commit
640cafcff4
@ -1,7 +1,10 @@
|
||||
Function DeleteFiles
|
||||
|
||||
# list with deleted files for LyX 1.5.7
|
||||
#Delete "$INSTDIR\bin\python25.dll"
|
||||
Delete "$INSTDIR\Resources\examples\listings.lyx"
|
||||
Delete "$INSTDIR\Resources\examples\Minipage.lyx"
|
||||
Delete "$INSTDIR\Resources\examples\de\Minipage.lyx"
|
||||
Delete "$INSTDIR\Resources\examples\fr\Minipage.lyx"
|
||||
|
||||
FunctionEnd
|
||||
|
||||
|
@ -6,6 +6,7 @@ Function UpdateModifiedFiles
|
||||
File /r "${PRODUCT_SOURCEDIR}\bin\Lib"
|
||||
File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
|
||||
File "${PRODUCT_SOURCEDIR}\bin\python.exe"
|
||||
File "${PRODUCT_SOURCEDIR}\bin\python25.dll"
|
||||
File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
|
||||
SetOutPath "$INSTDIR\Resources"
|
||||
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
|
||||
@ -43,6 +44,7 @@ Function UpdateModifiedFiles
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\examples\de\beispiel_roh.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\examples\de\splash.lyx"
|
||||
SetOutPath "$INSTDIR\Resources\layouts"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\layouts\beamer.layout"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\layouts\revtex4.layout"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\layouts\singlecol.layout"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\layouts\svglobal3.layout"
|
||||
|
Loading…
Reference in New Issue
Block a user