lyx_mirror/development/Win32/packaging/AltInstaller/Updated.nsh
Uwe Stöhr a93dcdcb98 modernCV.lyx:
- change position of command \maketitle (the \AtBeginDocument call doesn't work anymore in recent version of modernCV)
- use vertical space inset instead of the "space" environment (that I once introduced in the modernCV layout when LyX was not able to handle all sorts of custom vertical spaces)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36393 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-19 01:39:13 +00:00

36 lines
1.6 KiB
Plaintext

Function UpdateModifiedFiles
# list with modified files for LyX 1.6.9
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\elyxer.py" # always here
File "${PRODUCT_SOURCEDIR}\bin\lyx.css" # always here
File "${PRODUCT_SOURCEDIR}\bin\setup.py" # always here
SetOutPath "$INSTDIR\Resources" # always here
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
#File "${PRODUCT_SOURCEDIR}\Resources\chkconfig.ltx"
#File "${PRODUCT_SOURCEDIR}\Resources\configure.py"
#File "${PRODUCT_SOURCEDIR}\Resources\CREDITS"
#File "${PRODUCT_SOURCEDIR}\Resources\symbols"
#File "${PRODUCT_SOURCEDIR}\Resources\unicodesymbols"
#SetOutPath "$INSTDIR\Resources\doc"
#File "${PRODUCT_SOURCEDIR}\Resources\doc\Customization.lyx"
#File "${PRODUCT_SOURCEDIR}\Resources\doc\Math.lyx"
#File "${PRODUCT_SOURCEDIR}\Resources\doc\UserGuide.lyx"
SetOutPath "$INSTDIR\Resources\examples"
File "${PRODUCT_SOURCEDIR}\Resources\examples\modernCV.lyx"
SetOutPath "$INSTDIR\Resources\examples\sr"
File "${PRODUCT_SOURCEDIR}\Resources\examples\sr\splash.lyx"
#SetOutPath "$INSTDIR\Resources\layouts"
#File "${PRODUCT_SOURCEDIR}\Resources\layouts\agutex.layout"
SetOutPath "$INSTDIR\Resources\lyx2lyx" # always here
File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx2lyx_version.py" # always here
#SetOutPath "$INSTDIR\Resources\templates"
#File "${PRODUCT_SOURCEDIR}\Resources\templates\agutex.lyx"
#SetOutPath "$INSTDIR\Resources\ui"
#File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc"
FunctionEnd