mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
01a780bd89
- using Joost's patched pdfopen/pdfclose programs as these now also work for Acrobat 8 using the latest version -> Could get rid of ugly hack that was only used for Acrobat 8 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18218 a592a061-630c-0410-9148-cb99ea01b6c8
44 lines
2.0 KiB
Plaintext
44 lines
2.0 KiB
Plaintext
Function UpdateModifiedFiles
|
|
|
|
# list with modified files for LyX 1.5svn xx-05-2007
|
|
SetOutPath "$INSTDIR\bin"
|
|
File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
|
|
File "${PRODUCT_SOURCEDIR}\bin\pdfclose.exe"
|
|
File "${PRODUCT_SOURCEDIR}\bin\pdfdde.exe"
|
|
File "${PRODUCT_SOURCEDIR}\bin\pdfopen.exe"
|
|
File "${PRODUCT_SOURCEDIR}\bin\PDFViewWin.exe"
|
|
File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
|
|
SetOutPath "$INSTDIR\Resources"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\encodings"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\languages"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\unicodesymbols"
|
|
File /r "${PRODUCT_SOURCEDIR}\Resources\images"
|
|
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
|
|
SetOutPath "$INSTDIR\Resources\doc"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\EmbeddedObjects.lyx"
|
|
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
|
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\UserGuide.lyx"
|
|
SetOutPath "$INSTDIR\Resources\doc\es"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\es\EmbeddedObjects.lyx"
|
|
SetOutPath "$INSTDIR\Resources\examples"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\examples\armenian-article.lyx"
|
|
SetOutPath "$INSTDIR\Resources\examples\de"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\examples\de\TabellenBeispiel.lyx"
|
|
SetOutPath "$INSTDIR\Resources\examples\fr"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\examples\fr\simplecv.lyx"
|
|
SetOutPath "$INSTDIR\Resources\images"
|
|
File /r "${PRODUCT_SOURCEDIR}\Resources\images\math"
|
|
SetOutPath "$INSTDIR\Resources\layouts"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\layouts\simplecv.layout"
|
|
SetOutPath "$INSTDIR\Resources\lyx2lyx"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\LyX.py"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx_1_5.py"
|
|
SetOutPath "$INSTDIR\Resources\ui"
|
|
File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc"
|
|
|
|
FunctionEnd
|
|
|