lyx_mirror/development/Win32/packaging/AltInstaller/Deleted.nsh
Uwe Stöhr c61c949a2a - delete the example file mathed.lyx
- German Math.lyx: correct document title

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@22699 a592a061-630c-0410-9148-cb99ea01b6c8
2008-01-28 11:57:06 +00:00

10 lines
223 B
Plaintext

Function DeleteFiles
# list with deleted files for LyX 1.5.4
RMDir /r "$INSTDIR\Resources\doc\es\biblio"
Delete "$INSTDIR\Resources\examples\mathed.lyx"
Delete "$INSTDIR\Resources\examples\de\mathed.lyx"
FunctionEnd