lyx_mirror/development/Win32/packaging/AltInstaller/Updated.nsh
Uwe Stöhr 7ed0249324 Math.lyx: add workaround that this manual can be compiled also without having the package xargs installed (several users struggled about that)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@28984 a592a061-630c-0410-9148-cb99ea01b6c8
2009-03-31 01:00:31 +00:00

67 lines
3.4 KiB
Plaintext

Function UpdateModifiedFiles
# list with modified files for LyX 1.6.3
SetOutPath "$INSTDIR\bin" # always here
File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
#File "${PRODUCT_SOURCEDIR}\bin\python26.dll"
#File "${PRODUCT_SOURCEDIR}\bin\python.exe"
#File /r "${PRODUCT_SOURCEDIR}\bin\DLLs"
#SetOutPath "$INSTDIR\bin\Lib"
#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"
#File "${PRODUCT_SOURCEDIR}\Resources\external_templates"
#File "${PRODUCT_SOURCEDIR}\Resources\languages"
#File "${PRODUCT_SOURCEDIR}\Resources\symbols"
File "${PRODUCT_SOURCEDIR}\Resources\unicodesymbols"
SetOutPath "$INSTDIR\Resources\doc"
File "${PRODUCT_SOURCEDIR}\Resources\doc\EmbeddedObjects.lyx"
File "${PRODUCT_SOURCEDIR}\Resources\doc\Extended.lyx"
File "${PRODUCT_SOURCEDIR}\Resources\doc\Intro.lyx"
File "${PRODUCT_SOURCEDIR}\Resources\doc\Math.lyx"
SetOutPath "$INSTDIR\Resources\doc\de"
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\EmbeddedObjects.lyx"
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Intro.lyx"
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Math.lyx"
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\UserGuide.lyx"
SetOutPath "$INSTDIR\Resources\doc\es"
File "${PRODUCT_SOURCEDIR}\Resources\doc\es\EmbeddedObjects.lyx"
File "${PRODUCT_SOURCEDIR}\Resources\doc\es\Intro.lyx"
File "${PRODUCT_SOURCEDIR}\Resources\doc\es\Math.lyx"
File "${PRODUCT_SOURCEDIR}\Resources\doc\es\Shortcuts.lyx"
File "${PRODUCT_SOURCEDIR}\Resources\doc\es\UserGuide.lyx"
SetOutPath "$INSTDIR\Resources\doc\fr"
File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\EmbeddedObjects.lyx"
File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\Intro.lyx"
File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\Math.lyx"
File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\Shortcuts.lyx"
#SetOutPath "$INSTDIR\Resources\examples"
SetOutPath "$INSTDIR\Resources\images"
File "${PRODUCT_SOURCEDIR}\Resources\images\bookmark-goto_0.png"
File "${PRODUCT_SOURCEDIR}\Resources\images\tabular-feature_m-align-center.png"
File "${PRODUCT_SOURCEDIR}\Resources\images\tabular-feature_m-align-left.png"
File "${PRODUCT_SOURCEDIR}\Resources\images\tabular-feature_m-align-right.png"
File "${PRODUCT_SOURCEDIR}\Resources\images\tabular-feature_m-valign-bottom.png"
File "${PRODUCT_SOURCEDIR}\Resources\images\tabular-feature_m-valign-middle.png"
File "${PRODUCT_SOURCEDIR}\Resources\images\tabular-feature_m-valign-top.png"
SetOutPath "$INSTDIR\Resources\layouts"
File "${PRODUCT_SOURCEDIR}\Resources\layouts\beamer.layout"
File "${PRODUCT_SOURCEDIR}\Resources\layouts\powerdot.layout"
File "${PRODUCT_SOURCEDIR}\Resources\layouts\stdinsets.inc"
SetOutPath "$INSTDIR\Resources\lyx2lyx" # always here
File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx2lyx_version.py" # always here
File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx_1_6.py"
#SetOutPath "$INSTDIR\Resources\templates"
SetOutPath "$INSTDIR\Resources\ui"
File "${PRODUCT_SOURCEDIR}\Resources\ui\stdcontext.inc"
File "${PRODUCT_SOURCEDIR}\Resources\ui\stdmenus.inc"
File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc"
FunctionEnd