summaryrefslogtreecommitdiff
path: root/make_osx_package.sh
Commit message (Collapse)AuthorAge
* 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
|
* Updated make_osx_package.sh.John MacFarlane2013-09-14
|
* make_osx_package.sh: Assume pandoc-types, pandoc-citeproc are in Hackage.John MacFarlane2013-09-06
|
* Fixed make_osx_package.sh.John MacFarlane2013-09-02
|
* Improved make_osx_package.sh.John MacFarlane2013-09-02
| | | | | | New PackageMaker location. New method of installing, to get pandoc-citeproc executables too. Use embed_data_files.
* Removed citeproc-hs from osx, windows build process.John MacFarlane2013-08-24
|
* Use rtf version of license in osx package.John MacFarlane2013-02-10
|
* make_osx_package.sh: Added step to check validity of signature.John MacFarlane2013-02-09
|
* Added needed sudo to osx package signing.John MacFarlane2013-02-09
|
* Added code signing to make_oxs_package.sh.John MacFarlane2013-02-09
|
* Improved make_osx_package.sh.John MacFarlane2013-01-19
|
* Removed sudos from make_osx_package.sh.John MacFarlane2013-01-19
|
* Fixed bug in make_osx_package.sh.John MacFarlane2013-01-19
|
* Updated osx installer, since we no longer have a `library` flag.John MacFarlane2012-12-29
|
* In make_osx_package.sh, rebuild citeproc-hs with embed_data_files.John MacFarlane2012-06-26
|
* osx package: use blaze_html_0_5.John MacFarlane2012-05-12
|