aboutsummaryrefslogtreecommitdiff
path: root/windows
AgeCommit message (Collapse)AuthorFilesLines
2013-02-09windows installer: UI with license, etc.John MacFarlane2-6/+13
2013-02-09Fixed make-windows-installer to use double quotes for path.John MacFarlane1-3/+6
2013-02-09Removed Inno setup config files.John MacFarlane2-245/+0
2013-02-09make-windows-installer.bat: Use WiX instead of Inno.John MacFarlane1-1/+3
2013-02-09Added pandoc.wxs: definition file for WiX msi generator.John MacFarlane1-0/+37
2013-01-28Version bump to 1.10.1.John MacFarlane1-1/+1
2013-01-22Changes to make-windows-installer.bat.John MacFarlane1-2/+4
* Exit batch file if any of the cabal-dev installs fail. * There's no longer any need to reinstall highlighting-kate. * Don't start with a 'cabal update'; leave that to the user.
2013-01-22windowns installer: Removed --disable-library-for-ghci.John MacFarlane1-1/+1
2013-01-22Force reinstall for windows package.John MacFarlane1-1/+1
2013-01-20make-windows-installer: force reinstall of citeproc-hs and h-k.John MacFarlane1-2/+2
2012-12-29Updated windows installer so it doesn't copy data files.John MacFarlane1-12/+0
These are now embedded in the binary itself.
2012-12-29Updated windows installer to use `embed_data_files` flag.John MacFarlane1-4/+2
2012-10-15Moved man page creation out of Setup.hs.John MacFarlane1-2/+1
* MakeManPage.hs has been transformed into man/make-pandoc-man-pages.hs. * There is now a cabal stanza for this, so the dependencies are handled by cabal. * Special treatment in Setup.hs ensures that this never gets installed; it is built and used to create the man pages. * Setup.hs cleaned up.
2012-09-05Removed pcre3.dll from windows package.John MacFarlane3-70/+0
It isn't needed unless highlighting-kate is compilled with the pcre-light flag. By default, regex-prce-builtin is used.
2012-07-26Bump version to 1.10.John MacFarlane1-1/+1
2012-06-28Bump version on windows installer.John MacFarlane1-1/+1
2012-06-03Have windows installer make man page first.John MacFarlane1-0/+2
In cabal-dev, makemanpage fails.
2012-05-31Version bump to 1.9.4.John MacFarlane1-1/+2
2012-05-12Bumped version for windows package.John MacFarlane1-1/+1
2012-05-12windows installer: use blaze html 0.5.John MacFarlane1-1/+2
2012-04-01Bumped version in windows installer.John MacFarlane1-1/+1
2012-03-12Windows installer: fix dzslides directory. Closes #446.John MacFarlane1-4/+4
2012-03-09Bump version to 1.9.1.2.John MacFarlane1-1/+1
2012-03-05Windows installer: require XP or higher.John MacFarlane1-0/+2
Trying to run pandoc on Win2K yields: "addrinfo could not be located in the dynamic link library WS2_32.dll". This is a function added in XP.
2012-02-11Version bump to 1.9.1.1.John MacFarlane1-1/+1
2012-02-09Version bump in windows setup.John MacFarlane1-1/+1
2012-02-05pandoc-setup.iss: Removed markdown2pdf.John MacFarlane1-1/+0
2012-02-05Fixed template name in windows installer.John MacFarlane1-1/+1
2012-02-05Revert "Fixed some paths on windows installer script."John MacFarlane1-2/+2
This reverts commit 4ee779c768726411e3214014b5f9a0907ce9c351.
2012-02-05Fixed some paths on windows installer script.John MacFarlane1-2/+2
2012-02-05Tweaks to pandoc-setup for windows.John MacFarlane1-2/+6
2012-02-04make-windows-installer: We no longer need wrappers, highlighting flags.John MacFarlane1-1/+1
2012-01-20Removed markdown2pdf and documentation.John MacFarlane1-1/+0
2011-10-24Modified windows installer generater to use cabal-dev.John MacFarlane2-8/+8
2011-07-28Bumped version on windows package.John MacFarlane1-1/+1
2011-07-16Bumped version in windows setup iss.John MacFarlane1-1/+1
2011-01-29Updated pandoc-setup to 1.8.John MacFarlane1-1/+1
2011-01-01Updated pandoc-setup.iss.John MacFarlane1-1/+2
2010-07-24Added slidy data files to windows installer.John MacFarlane1-0/+1
2010-07-20Updated windows setup file.John MacFarlane1-1/+2
2010-03-29Updated version in windows setup file.John MacFarlane1-1/+1
2010-03-23Version bump to 1.5.1.John MacFarlane1-1/+1
2010-03-21Bump version in windows setup file.John MacFarlane1-1/+1
2010-03-19Changes to Windows installer.fiddlosopher2-3/+1
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1913 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-17New batch file to make-windows-installer.fiddlosopher2-1/+16
+ Removed old Makefile.windows + Added make-windows-installer.bat + Modified default installer name in pandoc-setup.iss git-svn-id: https://pandoc.googlecode.com/svn/trunk@1815 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-09Windows installer - fixed bug in data file locations.fiddlosopher2-39/+7
Resolves Issue #197. + Moved windows/makefile to Makefile.windows + Minor fixes in Makefile.windows + Use globbing to simplify pandoc-setup.iss + Put binaries in bin/ subdirectory of install dir + Specify null datafile subdirectory, so that data files go right in install dir, rather than in {installdir}/pandoc-{version}. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1798 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-02Include markdown2pdf and hsmarkdown in windows binary package.fiddlosopher2-1/+5
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1778 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-01-01Windows installer: install data files.fiddlosopher1-1/+23
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1765 788f1e2b-df1e-0410-8736-df70ead52e1b
2009-12-31Added windows package build intsructions in windows makefile.fiddlosopher1-2/+4
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1755 788f1e2b-df1e-0410-8736-df70ead52e1b
2009-12-01Bumped version to 1.3 in inno setup script.fiddlosopher1-1/+1
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1642 788f1e2b-df1e-0410-8736-df70ead52e1b