mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-14 06:57:01 +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
14 lines
424 B
Plaintext
14 lines
424 B
Plaintext
Function DeleteFiles
|
|
|
|
# list with deleted files for LyX 1.5svn xx-05-2007
|
|
Delete "$INSTDIR\bin\PDFViewWin8.exe"
|
|
Delete "$INSTDIR\Resources\examples\cv.lyx"
|
|
Delete "$INSTDIR\Resources\examples\TableExamples.lyx"
|
|
Delete "$INSTDIR\Resources\examples\de\TableExamples.lyx"
|
|
Delete "$INSTDIR\Resources\examples\fr\CV.lyx"
|
|
Delete "$INSTDIR\Resources\layouts\cv.layout"
|
|
Delete "$INSTDIR\Resources\tex\cv.cls"
|
|
|
|
FunctionEnd
|
|
|