lyx_mirror/development/Win32/packaging/AltInstaller/Deleted.nsh
Uwe Stöhr ced32f0ecb - remove the example file currency.lyx and its German translation as this is obsolete since LyX 1.5's unicode support
- remove the German example file "TabellenBeispiel.lyx" since its content is since LyX 1.5.2 in the German EmbeddedObjects manual

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@21279 a592a061-630c-0410-9148-cb99ea01b6c8
2007-10-29 23:29:38 +00:00

10 lines
245 B
Plaintext

Function DeleteFiles
# list with deleted files for LyX 1.5.3
Delete "$INSTDIR\Resources\examples\currency.lyx"
Delete "$INSTDIR\Resources\examples\de\TabellenBeispiel.lyx"
Delete "$INSTDIR\Resources\examples\de\Waehrungen.lyx"
FunctionEnd