lyx_mirror/development/Win32/packaging/AltInstaller/Deleted.nsh
Uwe Stöhr a62197bb83 manpage.layout: remove file as discussed on the list
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@29875 a592a061-630c-0410-9148-cb99ea01b6c8
2009-05-28 11:56:53 +00:00

13 lines
539 B
Plaintext

Function DeleteFiles
# list with deleted files for LyX 1.6.3
Delete "$INSTDIR\Resources\images\tabular-feature-align-center.png"
Delete "$INSTDIR\Resources\images\tabular-feature-align-left.png"
Delete "$INSTDIR\Resources\images\tabular-feature-align-right.png"
Delete "$INSTDIR\Resources\images\tabular-feature-valign-bottom.png"
Delete "$INSTDIR\Resources\images\tabular-feature-valign-middle.png"
Delete "$INSTDIR\Resources\images\tabular-feature-valign-top.png"
Delete "$INSTDIR\Resources\layouts\manpage.layout"
FunctionEnd