mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-15 09:43:31 +00:00
fd6ac3e128
- for the complete changelog, see my announcement message: http://www.mail-archive.com/lyx-docs@lists.lyx.org/msg02847.html I'm doing this now as I only got boring "well done", "amazing", I like it" etc. messages ;-) I'm sure some misspellings and typos remains but they could never be avoided. Report me some, and I'll fix them immediately. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19814 a592a061-630c-0410-9148-cb99ea01b6c8
39 lines
1.9 KiB
Plaintext
39 lines
1.9 KiB
Plaintext
Function UpdateModifiedFiles
|
|
|
|
# list with modified files for LyX 1.5rc2 27-06-2007
|
|
SetOutPath "$INSTDIR\bin"
|
|
File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
|
|
File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
|
|
SetOutPath "$INSTDIR\Resources"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\configure.py"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\CREDITS"
|
|
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
|
|
SetOutPath "$INSTDIR\Resources\doc"
|
|
File /r "${PRODUCT_SOURCEDIR}\Resources\doc\biblio"
|
|
File /r "${PRODUCT_SOURCEDIR}\Resources\doc\clipart"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\DummyDocument1.lyx"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\DummyDocument2.lyx"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\EmbeddedObjects.lyx"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\TOC.lyx" # must be here when another \doc file has been changed
|
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\UserGuide.lyx"
|
|
SetOutPath "$INSTDIR\Resources\doc\de"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\DummyDocument1.lyx"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\DummyDocument2.lyx"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\EmbeddedObjects.lyx"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Extended.lyx"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\TOC.lyx" # must be here when another \doc file has been changed
|
|
SetOutPath "$INSTDIR\Resources\doc\es"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\es\DummyDocument1.lyx"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\es\DummyDocument2.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\examples\de"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\examples\de\splash.lyx"
|
|
SetOutPath "$INSTDIR\Resources\images"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\images\buffer-update_ps.xpm"
|
|
SetOutPath "$INSTDIR\Resources\ui"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\ui\stdmenus.inc"
|
|
|
|
FunctionEnd
|
|
|