summaryrefslogtreecommitdiff
path: root/make_osx_package.sh
Commit message (Collapse)AuthorAge
* Don't hardcode pandoc version in osx/distribution.xml.John MacFarlane2016-03-19
| | | | Instead, create it from a template, distribution.xml.in.
* make_osx_package.sh: Add quotes around env variable.John MacFarlane2016-03-19
|
* make_osx_package.sh: Use env variable for developer id certs.John MacFarlane2016-01-14
|
* osx package fixes: correct version, allow installation to any drive.John MacFarlane2016-01-10
|
* Fixed bug in make_osx_package.sh script.John MacFarlane2015-11-15
|
* make_osx_package.sh: be compatible with OSX >= 10.7.John MacFarlane2015-11-15
|
* Fixed typo.John MacFarlane2015-10-24
|
* Improved fetching of pandoc-citeproc man page.John MacFarlane2015-10-24
|
* Moved PATH setting in make_deb, make_osx_package.John MacFarlane2015-10-24
| | | | Otherwise 'which hsb2hs' won't find the local one.
* Set paths in make_deb and make_osx_package.John MacFarlane2015-10-24
| | | | This is needed to include a locally installed hsb2hs.
* Changes for deb and osx package generators.John MacFarlane2015-10-24
| | | | | | - Use stack for make_deb.sh. - Use osx/stack.yaml or deb/stack.yaml. - deb/stack.yaml doesn't want the same ghc-options.
* make_osx_package: don't create man5.John MacFarlane2015-10-24
|
* Fixed typo in make_osx_package.sh.John MacFarlane2015-10-16
|
* make_osx_package.sh: use released version of pandoc-citeproc.1.John MacFarlane2015-10-16
|
* Use stack for make_osx_package.sh.John MacFarlane2015-10-16
| | | | Added stack.pkg.yaml for package creation.
* Install man pages as part of cabal 'copy' phase.John MacFarlane2015-07-01
|
* Generate man page in cabal build process and include in data/.John MacFarlane2015-07-01
| | | | | | | | 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
* Don't use MANDIR in make_deb and make_osx_package.John MacFarlane2015-07-01
|
* Always rebuild man page in making deb and osx package.John MacFarlane2015-07-01
|
* Updated make_osx_package.sh for new man page method.John MacFarlane2015-07-01
|
* Fixed man page building in make_osx_package.sh.John MacFarlane2015-06-30
|
* make_osx_package.sh: Create man pages using pandoc.John MacFarlane2015-06-29
|
* Revert "make_osx_package.sh: don't use cpphs."John MacFarlane2015-05-27
| | | | This reverts commit 067dcb921a115e94a6b9460a22b7486aade4cbb2.
* make_osx_package.sh: don't use cpphs.John MacFarlane2015-05-27
|
* Improved osx build procedure.John MacFarlane2014-08-17
|
* make_osx_package: add -osx suffix to package.John MacFarlane2014-08-15
|
* OSX installer improvements.John MacFarlane2014-08-15
| | | | | | * Use new pkgbuild, productbuild instead of deprecated PackageMaker. * Removed scripts, which are no longer needed. * Added distribution.xml.
* make_osx_package: Build man pages.John MacFarlane2014-08-14
|
* make_osx_package: Fix man page installation.John MacFarlane2014-08-14
|
* make_osx_package: look in right place for cpphs.John MacFarlane2014-08-14
|
* Updated osx certificate ID.John MacFarlane2014-08-14
|
* windows, osx package scripts: don't need alex, happy.John MacFarlane2014-08-14
|
* make_osx_package: don't cabal update at beginning.John MacFarlane2014-06-06
|
* make_osx_package: Call zip file pandoc-VERSION-osx.zip.John MacFarlane2014-05-16
| | | | | | | | 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.
* Fixed 034cd4bb214a30de3739c756eab428d5fbe617cc.John MacFarlane2014-05-14
| | | | Preserve directory structure for pkg.
* osx package: Include uninstall script in zip file.John MacFarlane2014-05-14
| | | | Don't put it in $PREFIX/bin as before.
* make_osx_package.sh: Use linker options to ensure OSX 10.6+ compatibility.John MacFarlane2014-05-13
|
* Moved make_osx_package.sh back to root.John MacFarlane2014-05-12
|
* Moved osx package stuff to osx directory; added uninstall script.John MacFarlane2014-05-12
| | | | | Thanks to Daniel T. Staal for an uninstall script from which this one is modified.
* OSX package script: cabal init before update.John MacFarlane2014-05-07
|
* make_osx_package: install alex, happy, hsb2hs.John MacFarlane2014-05-06
|
* make_osx_package: Use cpphs to avoid problems with clang cpp.John MacFarlane2014-05-04
| | | | See https://github.com/jgm/pandoc/issues/1172
* Removed references to biblio2yaml in installers.John MacFarlane2014-01-05
|
* make_osx_package: Don't hardcode jgm, use whoami.John MacFarlane2014-01-04
|
* OSX package: Create .zip rather than .dmg.John MacFarlane2013-12-08
|
* Fixed make_osx_package.sh so data files embedded in pandoc-citeproc.John MacFarlane2013-10-21
|
* make_osx_package: small code cleanup.John MacFarlane2013-09-20
|
* Don't use unicode_collation in building OSX package.John MacFarlane2013-09-19
| | | | It adds something like 50MB of dependencies to the package.
* make_osx_package.sh: Add dylibs needed for text-icu.John MacFarlane2013-09-17
|
* Further fixes to make_osx_package.sh.John MacFarlane2013-09-14
|