mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
installer: better explanation as suggested by Christian
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17874 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2632fa5d95
commit
9b1943330d
@ -1,8 +1,9 @@
|
||||
Version LyX 1.5svn-xx-04-2007
|
||||
- LyX 1.5svn from xx-04-2007
|
||||
- math-macro fixes
|
||||
- math delimiter changed again
|
||||
- new ?? - math toolbar has been dropped
|
||||
|
||||
- fix bug that JabRef wasn't recognized by the uninstaller
|
||||
- Update installer: require to close LyX before it can be updated
|
||||
- Update installer: fix bug that sessions files weren't actualized while
|
||||
updating
|
||||
|
@ -1,6 +1,6 @@
|
||||
; this file contains the main installer section
|
||||
|
||||
; The '-' makes the section invisible.
|
||||
; Sections are entered in order, so the settings above are all
|
||||
; available to SecInstallation
|
||||
Section "-Installation actions" SecInstallation
|
||||
|
||||
; extract all files
|
||||
|
@ -1,6 +1,6 @@
|
||||
; this file contains the main installer section
|
||||
|
||||
; The '-' makes the section invisible.
|
||||
; Sections are entered in order, so the settings above are all
|
||||
; available to SecInstallation
|
||||
Section "-Installation actions" SecInstallation
|
||||
|
||||
; extract all files
|
||||
|
@ -1,6 +1,6 @@
|
||||
; this file contains the main installer section
|
||||
|
||||
; The '-' makes the section invisible.
|
||||
; Sections are entered in order, so the settings above are all
|
||||
; available to SecInstallation
|
||||
Section "-Installation actions" SecInstallation
|
||||
|
||||
; extract modified files
|
||||
|
Binary file not shown.
Binary file not shown.
@ -7,6 +7,8 @@ Function UpdateModifiedFiles
|
||||
SetOutPath "$INSTDIR\Resources"
|
||||
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" ; always here
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\configure.py"
|
||||
SetOutPath "$INSTDIR\Resources\bind"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\bind\cua.bind"
|
||||
SetOutPath "$INSTDIR\Resources\doc"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\Intro.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\EmbeddedObjects.lyx"
|
||||
@ -16,8 +18,14 @@ Function UpdateModifiedFiles
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\es\Extended.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\es\EmbeddedObjects.lyx"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\doc\es\TOC.lyx" ; must be here when another \doc file has been changed
|
||||
SetOutPath "$INSTDIR\Resources\images"
|
||||
File /r "${PRODUCT_SOURCEDIR}\Resources\images\math"
|
||||
SetOutPath "$INSTDIR\Resources\layouts"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\layouts\g-brief2.layout"
|
||||
SetOutPath "$INSTDIR\Resources\ui"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\ui\default.ui"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\ui\classic.ui"
|
||||
File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc"
|
||||
|
||||
FunctionEnd
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user