Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-15 | WiX: Remove unnecessary parameter for candle.exe. | Fyodor Sheremetyev | 1 | -1/+1 | |
2013-02-13 | Disable WiX warning LGHT1076 ICE91. | Fyodor Sheremetyev | 1 | -1/+1 | |
It’s harmless. http://msdn.microsoft.com/en-us/library/aa369053(VS.85).aspx | |||||
2013-02-10 | Windows installer improvements. | John MacFarlane | 1 | -2/+13 | |
* Handle upgrades better: the old version will be removed automatically. * Detect version in batch file, so pandoc.wxs need not be modified when the version number changes. * Create pandoc-VERSION.msi. | |||||
2013-02-10 | windows installer: Add start menu entry with link to documentation. | John MacFarlane | 1 | -2/+2 | |
2013-02-09 | windows installer: UI with license, etc. | John MacFarlane | 1 | -1/+2 | |
2013-02-09 | Fixed make-windows-installer to use double quotes for path. | John MacFarlane | 1 | -3/+6 | |
2013-02-09 | make-windows-installer.bat: Use WiX instead of Inno. | John MacFarlane | 1 | -1/+3 | |
2013-01-22 | Changes to make-windows-installer.bat. | John MacFarlane | 1 | -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-22 | windowns installer: Removed --disable-library-for-ghci. | John MacFarlane | 1 | -1/+1 | |
2013-01-22 | Force reinstall for windows package. | John MacFarlane | 1 | -1/+1 | |
2013-01-20 | make-windows-installer: force reinstall of citeproc-hs and h-k. | John MacFarlane | 1 | -2/+2 | |
2012-12-29 | Updated windows installer to use `embed_data_files` flag. | John MacFarlane | 1 | -4/+2 | |
2012-10-15 | Moved man page creation out of Setup.hs. | John MacFarlane | 1 | -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-06-03 | Have windows installer make man page first. | John MacFarlane | 1 | -0/+2 | |
In cabal-dev, makemanpage fails. | |||||
2012-05-12 | windows installer: use blaze html 0.5. | John MacFarlane | 1 | -1/+2 | |
2012-02-05 | Fixed template name in windows installer. | John MacFarlane | 1 | -1/+1 | |
2012-02-04 | make-windows-installer: We no longer need wrappers, highlighting flags. | John MacFarlane | 1 | -1/+1 | |
2012-01-20 | Removed markdown2pdf and documentation. | John MacFarlane | 1 | -1/+0 | |
2011-10-24 | Modified windows installer generater to use cabal-dev. | John MacFarlane | 1 | -6/+6 | |
2010-03-19 | Changes to Windows installer. | fiddlosopher | 1 | -1/+0 | |
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1913 788f1e2b-df1e-0410-8736-df70ead52e1b | |||||
2010-01-17 | New batch file to make-windows-installer. | fiddlosopher | 1 | -0/+15 | |
+ 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 |