| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-12-10 | Moved make_osx_package.sh to osx/ directory. | John MacFarlane | |
| 2016-10-19 | Download markdown version of the license from GNU and rename to `COPYING.md` | Kolen Cheung | |
| From https://www.gnu.org/licenses/old-licenses/gpl-2.0.md | |||
| 2016-10-02 | Removed unneeded stack.hsb2hs.yaml. | John MacFarlane | |
| 2016-07-14 | make_oxs_package.sh - use OSX env variable. | John MacFarlane | |
| 2016-06-04 | make_osx_package.sh: removed executable signing. | John MacFarlane | |
| We just sign the pkg now. For some reason we were getting "obsolete resource envelope" in signing executables. This seems to be documented here http://stackoverflow.com/questions/25152451/are-mac-app-store-code-sign-resource-envelopes-always-version-1 and seems to be an El Capitan regression. Until a solution is found, we'll just sign the pkg. | |||
| 2016-06-04 | Fixed osx packaging issues. | John MacFarlane | |
| 2016-06-04 | osx build: use --local-bin-path. | John MacFarlane | |
| 2016-03-19 | Don't hardcode pandoc version in osx/distribution.xml. | John MacFarlane | |
| Instead, create it from a template, distribution.xml.in. | |||
| 2016-03-19 | make_osx_package.sh: Add quotes around env variable. | John MacFarlane | |
| 2016-01-14 | make_osx_package.sh: Use env variable for developer id certs. | John MacFarlane | |
| 2016-01-10 | osx package fixes: correct version, allow installation to any drive. | John MacFarlane | |
| 2015-11-15 | Fixed bug in make_osx_package.sh script. | John MacFarlane | |
| 2015-11-15 | make_osx_package.sh: be compatible with OSX >= 10.7. | John MacFarlane | |
| 2015-10-24 | Fixed typo. | John MacFarlane | |
| 2015-10-24 | Improved fetching of pandoc-citeproc man page. | John MacFarlane | |
| 2015-10-24 | Moved PATH setting in make_deb, make_osx_package. | John MacFarlane | |
| Otherwise 'which hsb2hs' won't find the local one. | |||
| 2015-10-24 | Set paths in make_deb and make_osx_package. | John MacFarlane | |
| This is needed to include a locally installed hsb2hs. | |||
| 2015-10-24 | Changes for deb and osx package generators. | John MacFarlane | |
| - Use stack for make_deb.sh. - Use osx/stack.yaml or deb/stack.yaml. - deb/stack.yaml doesn't want the same ghc-options. | |||
| 2015-10-24 | make_osx_package: don't create man5. | John MacFarlane | |
| 2015-10-16 | Fixed typo in make_osx_package.sh. | John MacFarlane | |
| 2015-10-16 | make_osx_package.sh: use released version of pandoc-citeproc.1. | John MacFarlane | |
| 2015-10-16 | Use stack for make_osx_package.sh. | John MacFarlane | |
| Added stack.pkg.yaml for package creation. | |||
| 2015-07-01 | Install man pages as part of cabal 'copy' phase. | John MacFarlane | |
| 2015-07-01 | Generate man page in cabal build process and include in data/. | John MacFarlane | |
| The pandoc.1 man page is generated automatically after the cabal build process. It goes in `data/pandoc.1`. It can be obtained by the user who installs pandoc via cabal thus: pandoc --print-default-data-file pandoc.1 > pandoc.1 | |||
| 2015-07-01 | Don't use MANDIR in make_deb and make_osx_package. | John MacFarlane | |
| 2015-07-01 | Always rebuild man page in making deb and osx package. | John MacFarlane | |
| 2015-07-01 | Updated make_osx_package.sh for new man page method. | John MacFarlane | |
| 2015-06-30 | Fixed man page building in make_osx_package.sh. | John MacFarlane | |
| 2015-06-29 | make_osx_package.sh: Create man pages using pandoc. | John MacFarlane | |
| 2015-05-27 | Revert "make_osx_package.sh: don't use cpphs." | John MacFarlane | |
| This reverts commit 067dcb921a115e94a6b9460a22b7486aade4cbb2. | |||
| 2015-05-27 | make_osx_package.sh: don't use cpphs. | John MacFarlane | |
| 2014-08-17 | Improved osx build procedure. | John MacFarlane | |
| 2014-08-15 | make_osx_package: add -osx suffix to package. | John MacFarlane | |
| 2014-08-15 | OSX installer improvements. | John MacFarlane | |
| * Use new pkgbuild, productbuild instead of deprecated PackageMaker. * Removed scripts, which are no longer needed. * Added distribution.xml. | |||
| 2014-08-14 | make_osx_package: Build man pages. | John MacFarlane | |
| 2014-08-14 | make_osx_package: Fix man page installation. | John MacFarlane | |
| 2014-08-14 | make_osx_package: look in right place for cpphs. | John MacFarlane | |
| 2014-08-14 | Updated osx certificate ID. | John MacFarlane | |
| 2014-08-14 | windows, osx package scripts: don't need alex, happy. | John MacFarlane | |
| 2014-06-06 | make_osx_package: don't cabal update at beginning. | John MacFarlane | |
| 2014-05-16 | make_osx_package: Call zip file pandoc-VERSION-osx.zip. | John MacFarlane | |
| The zip should not be named SOMETHING.pkg.zip, or OSX finder will extract it into a folder named SOMETHING.pkg, which it will interpret as a defective package. Closes #1308. | |||
| 2014-05-14 | Fixed 034cd4bb214a30de3739c756eab428d5fbe617cc. | John MacFarlane | |
| Preserve directory structure for pkg. | |||
| 2014-05-14 | osx package: Include uninstall script in zip file. | John MacFarlane | |
| Don't put it in $PREFIX/bin as before. | |||
| 2014-05-13 | make_osx_package.sh: Use linker options to ensure OSX 10.6+ compatibility. | John MacFarlane | |
| 2014-05-12 | Moved make_osx_package.sh back to root. | John MacFarlane | |
| 2014-05-12 | Moved osx package stuff to osx directory; added uninstall script. | John MacFarlane | |
| Thanks to Daniel T. Staal for an uninstall script from which this one is modified. | |||
| 2014-05-07 | OSX package script: cabal init before update. | John MacFarlane | |
| 2014-05-06 | make_osx_package: install alex, happy, hsb2hs. | John MacFarlane | |
| 2014-05-04 | make_osx_package: Use cpphs to avoid problems with clang cpp. | John MacFarlane | |
| See https://github.com/jgm/pandoc/issues/1172 | |||
| 2014-01-05 | Removed references to biblio2yaml in installers. | John MacFarlane | |
