Commit graph

65 commits

Author SHA1 Message Date
Kolen Cheung
4b51ed3823 Download markdown version of the license from GNU and rename to COPYING.md
From https://www.gnu.org/licenses/old-licenses/gpl-2.0.md
2016-10-19 04:11:36 -07:00
Albert Krewinkel
a396003a31 Rename README to MANUAL.txt 2016-07-20 21:16:45 +02:00
John MacFarlane
7ded9d4af0 Include table of contents in README.html in Windows package. 2016-06-26 17:24:15 -07:00
John MacFarlane
5ef8498618 appveyor: use improved method for creating msi. 2016-06-04 11:38:38 -07:00
John MacFarlane
dc0ade3513 Use windows/stack.yaml for appveyor build.
Use released pandoc-citeproc, not git.
2016-06-03 13:41:48 -07:00
John MacFarlane
4177dbef66 appveyor.yml: diagnostics. 2016-06-03 13:25:56 -07:00
John MacFarlane
c4ae3b9855 appveyor.yml: Fix check for existing wixtoolset. 2016-06-03 13:15:34 -07:00
John MacFarlane
920b575a23 appveyor improvements.
- Create pandoc.msi as artifact.
- Don't install wix unless we need to.
2016-06-03 12:37:54 -07:00
John MacFarlane
c00783b510 Windows build: create pandoc-citeproc on appveyor, so we can put in msi.
Updated stackage resolver.
2016-06-03 12:06:25 -07:00
John MacFarlane
8f88a304dd appveyor: Fixed spacing issue in VERSION setting. 2016-06-03 11:31:09 -07:00
John MacFarlane
ab55f956e4 appveyor: another attempt to get version set! 2016-06-03 10:49:30 -07:00
John MacFarlane
366b94d26b appveyor: another try at setting version. 2016-06-03 10:30:06 -07:00
John MacFarlane
9eb3dba243 appveyor: Fixed version detection. 2016-06-02 22:53:31 -07:00
John MacFarlane
9ea7c7f6ea appveyor: cache wixbin directory. 2016-06-02 22:11:20 -07:00
John MacFarlane
e916c05837 appveyor: maybe fixed escaping. 2016-06-02 22:09:25 -07:00
John MacFarlane
2bff4ad358 Fixed YAML for appveyor.yml. 2016-06-02 21:43:01 -07:00
John MacFarlane
703151c6bb appveyor: fixed set command. 2016-06-02 21:33:57 -07:00
John MacFarlane
ed561e9f93 appveyor: put wix path in quotes. 2016-06-02 21:32:35 -07:00
John MacFarlane
ef6b3b1b75 appveyor: another attempt to get wix paths right. 2016-06-02 21:31:24 -07:00
John MacFarlane
6b47a87d7d appveyor.yml: try to get paths for candle and light right. 2016-06-02 21:12:55 -07:00
John MacFarlane
4a11e0a450 appveyor: try to create msi as artifact. 2016-06-02 16:55:46 -07:00
Jan Schulz
92fad7be01 Better way to find the artifacts on appveyor 2016-05-13 01:33:16 +02:00
John MacFarlane
dd649f19a9 appveyor - enable automatic builds, fix zip creation. 2016-05-12 11:48:40 -07:00
Jan Schulz
7590d19445 Use windows stack.yaml on appveyor to embedded the templates 2016-05-11 23:51:26 +02:00
Jan Schulz
9a2be80722 Add appveyor artefacts for pandoc.exe 2016-05-10 23:14:05 +02:00
John MacFarlane
928a05073f Stack-based appveyor setup. 2016-03-07 09:16:39 -08:00
John MacFarlane
95201a0885 Revert "New approach to stack build on appveyor."
This reverts commit cdd6389e91.
2015-10-28 12:41:06 -07:00
John MacFarlane
cdd6389e91 New approach to stack build on appveyor.
This uses system lua library.
See https://github.com/osa1/hslua/issues/22#issuecomment-151281274
2015-10-28 11:01:38 -07:00
John MacFarlane
0abd0a4268 appveyor: don't cache HP or install wix toolset. 2015-10-07 15:20:20 -07:00
John MacFarlane
2e4c4575db appveyor.yml: back to cabal/HP based build.
Can't get stack build to work.

With 64 bit, we run into problems building hslua.
https://github.com/osa1/hslua/issues/22

With 32 bit, we run into problems with missing
symbol __mingw_vsprintf in building cmark.
2015-10-07 10:01:19 -07:00
John MacFarlane
6d3ad456a0 appveyor.yml - try with 32bit version of stack. 2015-10-06 22:39:51 -07:00
John MacFarlane
a3838d0530 appveyor.yml: added 'echo "" |' to work around broken stdin. 2015-10-05 22:50:04 -07:00
John MacFarlane
a5fa9e6951 appveyor.yml: in stack steup, specify 64-bit ghc. 2015-10-05 21:42:52 -07:00
John MacFarlane
96c8b9dc05 appveyor.yml: added stack setup. 2015-10-05 20:59:16 -07:00
John MacFarlane
4a64719c59 appveyor.yml: new attempt to build with stack. 2015-10-05 20:51:26 -07:00
John MacFarlane
eb27ef89bc appveyor.yml: removed part that builds the package. 2015-09-27 23:01:56 -07:00
John MacFarlane
06b761be5b appveyor.yml: Fixed another multiline statement. 2015-09-27 21:56:20 -07:00
John MacFarlane
01ddeda11f appveyor.yml: Another attempt to set VERSION. 2015-09-27 21:16:03 -07:00
John MacFarlane
057c75465d appveyor.yml: put whole for loop on one line. 2015-09-27 20:37:39 -07:00
John MacFarlane
3dcadf7ed9 appveyor.yml: another try in version extraction. 2015-09-27 18:46:34 -07:00
John MacFarlane
15512a6c10 appveyor.yml: removed :next label. 2015-09-27 18:28:28 -07:00
John MacFarlane
80fc5bcdf0 appveyor.yml: Tried another approach to get pandoc version. 2015-09-27 16:26:13 -07:00
John MacFarlane
f7e02b16d4 appveyor.yml: don't run tests for pandoc-citeproc.
They won't work til we upgrade HP version, because of
minor changes in aeson.
2015-09-27 15:34:06 -07:00
John MacFarlane
7ed18d4c37 appveyor.yml: use cmd instead of ps. 2015-09-27 12:04:23 -07:00
John MacFarlane
a66f683b3d appveyor.yml: Build pandoc-citeproc after main test. 2015-09-27 11:26:07 -07:00
John MacFarlane
360e35459f appveyor: cache Haskell Platform. 2015-09-27 09:40:44 -07:00
John MacFarlane
013b143427 appveyor.yml: fixed cabal flag. 2015-09-27 09:27:56 -07:00
John MacFarlane
4a7eaa71d0 appveyor: attempt to create msi package after build. 2015-09-27 09:13:37 -07:00
John MacFarlane
90914d2d16 appveyor.yml: revert to non-stack version. 2015-09-26 21:27:34 -07:00
John MacFarlane
be0136230d appveyor.yml: Get submodules. 2015-09-26 18:13:55 -07:00