From: N. Brouard Date: Tue, 27 Oct 2015 19:51:28 +0000 (+0000) Subject: Summary: some new subdirs X-Git-Tag: imach-099s7~311 X-Git-Url: https://henry.ined.fr/git/?a=commitdiff_plain;h=50103192e3b265a76c4cd470d48ce47b74c2a2d9;p=.git Summary: some new subdirs --- diff --git a/src/setup.iss.in b/src/setup.iss.in index a7deaa2..8706896 100644 --- a/src/setup.iss.in +++ b/src/setup.iss.in @@ -2,6 +2,9 @@ ; $Id$ ; $State$ ; $Log$ +; Revision 1.15 2015/10/27 17:36:40 brouard +; Summary: Adding gnuplot 5.1 with bin and etc for pango fonts +; ; Revision 1.14 2015/08/18 23:18:16 brouard ; *** empty log message *** ; @@ -51,6 +54,7 @@ AppVerName=@APPNAME@ Version @VERSION@ AppCopyright=@COPYRIGHT@ DefaultDirName={pf}\@APPNAME@ DefaultGroupName=IMaCh +OutputManifestFile=imach-@VERSION@-@IMACHSETUPVERSION@-filelist.txt OutputBaseFilename=imach-@VERSION@-@IMACHSETUPVERSION@-@NOREG@setup UninstallDisplayIcon={app}\imach.exe Compression=lzma2 @@ -82,9 +86,12 @@ Source: "..\build\icl32\Release\IMaCh-@VERSION@.exe"; DestDir: "{app}\bin"; Dest Source: ..\html\doc\imach.htm; DestDir: {app}\doc Source: README.txt; DestDir: {app}; Flags: isreadme Source: imach.ico; DestDir: {app}\bin -;;Source: gnuplot.exe; DestDir: {app}\bin -Source: ..\distributions\windows\gnuplot_bin\gnuplot_bin_501\bin\*; DestDir: {app}\bin -Source: ..\distributions\windows\gnuplot_bin\gnuplot_bin_501\etc\*; DestDir: {app}\etc +;;Source: gnuplot.exe; DestDir: {app}\bin +Source: ..\distributions\windows\gnuplot_bin\gnuplot_bin_501\bin\*; DestDir: {app}\bin +Source: ..\distributions\windows\gnuplot_bin\gnuplot_bin_501\etc\pango\*; DestDir: {app}\etc\pango +Source: ..\distributions\windows\gnuplot_bin\gnuplot_bin_501\etc\pango\1.6.0\modules\*; DestDir: {app}\etc\pango\1.6.0\modules +Source: ..\distributions\windows\gnuplot_bin\gnuplot_bin_501\etc\fonts\fonts.conf; DestDir: {app}\etc\fonts\fonts.conf +Source: ..\distributions\windows\gnuplot_bin\gnuplot_bin_501\etc\fonts\conf.d\*; DestDir: {app}\etc\fonts\conf.d ;;Source: wgnuplot.hlp; DestDir: {app}\bin Source: website.url; DestDir: {app}