Changes to Windows installer.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1913 788f1e2b-df1e-0410-8736-df70ead52e1b
This commit is contained in:
fiddlosopher 2010-03-19 07:30:18 +00:00
parent 735aab1d95
commit b8382f798d
2 changed files with 1 additions and 3 deletions

View file

@ -6,7 +6,6 @@ rem if the library is built, the data file paths will not be relocatable!
cabal configure -f-library -fwrappers -fhighlighting --datasubdir=
cabal build
strip dist\build\pandoc\pandoc.exe
strip dist\build\hsmarkdown\hsmarkdown.exe
strip dist\build\markdown2pdf\markdown2pdf.exe
dist\build\pandoc\pandoc.exe -s --template templates\html.template -S README -o README.html
copy COPYING COPYING.txt

View file

@ -7,7 +7,7 @@
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
AppId={{3CEE7B38-B19D-4980-9CAD-DF53600BD4CA}
AppName=Pandoc
AppVerName=Pandoc 1.4
AppVerName=Pandoc 1.5
AppPublisher=John MacFarlane
AppPublisherURL=http://johnmacfarlane.net/pandoc/
AppSupportURL=http://johnmacfarlane.net/pandoc/
@ -54,7 +54,6 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
[Files]
Source: "..\dist\build\pandoc\pandoc.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
Source: "..\dist\build\hsmarkdown\hsmarkdown.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
Source: "..\dist\build\markdown2pdf\markdown2pdf.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
Source: "..\README.html"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\COPYRIGHT.txt"; DestDir: "{app}"; Flags: ignoreversion