installer updates

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18746 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-06-12 01:12:23 +00:00
parent fddca82d95
commit ffba68bb33
2 changed files with 13 additions and 0 deletions

View File

@ -1,6 +1,7 @@
Version LyX 1.5rc2-xx-06-2007
- LyX 1.5rc2 from xx-06-2007
- new Chinese translation of LyX's menus
- new button to close document tabs separately
Version LyX 1.5rc1-31-05-2007

View File

@ -9,6 +9,7 @@ Function UpdateModifiedFiles
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
File /r "${PRODUCT_SOURCEDIR}\Resources\layouts"
SetOutPath "$INSTDIR\Resources\doc"
File "${PRODUCT_SOURCEDIR}\Resources\doc\LaTeXConfig.lyx.in"
File "${PRODUCT_SOURCEDIR}\Resources\doc\TOC.lyx" # must be here when another \doc file has been changed
SetOutPath "$INSTDIR\Resources\doc\de"
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\TOC.lyx" # must be here when another \doc file has been changed
@ -20,6 +21,17 @@ Function UpdateModifiedFiles
SetOutPath "$INSTDIR\Resources\examples\hu"
File "${PRODUCT_SOURCEDIR}\Resources\examples\hu\example_lyxified.lyx"
File "${PRODUCT_SOURCEDIR}\Resources\examples\hu\example_raw.lyx"
SetOutPath "$INSTDIR\Resources\images"
File "${PRODUCT_SOURCEDIR}\Resources\images\closetab.xpm"
SetOutPath "$INSTDIR\Resources\images\math"
File "${PRODUCT_SOURCEDIR}\Resources\images\math\functions.xpm"
File "${PRODUCT_SOURCEDIR}\Resources\images\math\varrho.xpm"
SetOutPath "$INSTDIR\Resources\templates"
File "${PRODUCT_SOURCEDIR}\Resources\templates\IEEEtran.lyx"
File "${PRODUCT_SOURCEDIR}\Resources\templates\iop-article.lyx"
SetOutPath "$INSTDIR\Resources\ui"
File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc"
File "${PRODUCT_SOURCEDIR}\Resources\ui\stdmenus.inc"
FunctionEnd