From: Uwe Stöhr Date: Thu, 14 Jan 2016 01:10:11 +0000 (+0100) Subject: installer: remove filelists that are not used X-Git-Tag: 2.2.0beta1~189 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=22877341398b5bd74e87adeb38c11c0af5b03a01;p=lyx.git installer: remove filelists that are not used --- diff --git a/development/Win32/packaging/installer/include/filelist.nsh b/development/Win32/packaging/installer/include/filelist.nsh index 7630df79f6..faafb633df 100644 --- a/development/Win32/packaging/installer/include/filelist.nsh +++ b/development/Win32/packaging/installer/include/filelist.nsh @@ -138,37 +138,3 @@ Lists of files to include in the installer ${FILE}wasy10.ttf" !macroend - -!macro FileListImageMagick COMMAND DIRECTORY - -# FIXME: simply copy the whole directory! - - ${FILE}coder.xml" - ${FILE}colors.xml" - ${FILE}configure.xml" - ${FILE}convert.exe" - ${FILE}delegates.xml" - ${FILE}english.xml" - ${FILE}ImageMagick.rdf" - ${FILE}locale.xml" - ${FILE}log.xml" - ${FILE}magic.xml" - ${FILE}policy.xml" - ${FILE}sRGB.icm" - ${FILE}thresholds.xml" - ${FILE}type-ghostscript.xml" - ${FILE}type.xml" - ${FILE}X11.dll" - ${FILE}Xext.dll" - -!macroend - -!macro FileListGhostscript COMMAND DIRECTORY - -# FIXME: simply copy the whole directory! - - ${FILE}gswin32.exe" - ${FILE}gswin32c.exe" - ${FILE}gsdll32.dll" - -!macroend \ No newline at end of file