summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* Makefile: prettier 'download_stats'.John MacFarlane2015-07-04
|
* Added pandoc.1 to repository. Don't build as part of cabal build.John MacFarlane2015-07-02
| | | | | | | | The process was too fragile. It made too many assumptions about available libraries (which failed sometimes when sandboxes were used). This is a low-tech solution. The only drawback is that `man/pandoc.1` is a generated file in the repository. It will need to be regenerated periodically when README changes.
* 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
* Ignore sandbox on 'make quick'John MacFarlane2015-07-01
|
* New method for building man pages.John MacFarlane2015-07-01
| | | | | | | | | | | | | | | | | | + Removed `--man1`, `--man5` options (breaking change). + Removed `Text.Pandoc.ManPages` module (breaking API change). + Version bump to 1.15 because of the breaking changes, even though they involve features that have only been in pandoc for a day. + Makefile target for `man/man1/pandoc.1`. This uses pandoc to create the man page from README using a custom template and filters. + Added `man/` directory with template and filters needed to build man page. + We no longer have two man pages: pandoc.1 and pandoc_markdown.5. Now there is just pandoc.1, which has all the content from README. This change was needed because of the extensive cross-references between parts of the README. + Removed old `data/pandoc.1.template` and `data/pandoc_markdown.5.template`.
* Added download_stats target to Makefile.John MacFarlane2015-06-29
|
* Always build man pages. Removed make-pandoc-man-pages flag.John MacFarlane2015-03-28
| | | | | | Updated INSTALL instructions. Makefile: removed man target, now that we generate man pages by default.
* Changed bindist target to debpkg.John MacFarlane2014-12-17
|
* Added make_binary_package.sh.John MacFarlane2014-12-16
| | | | | This script creates a generic binary package in a tarball. Intended mostly for use with linux.
* Fixed Makefile tabJohn MacFarlane2014-12-16
|
* Added bindist target to Makefile.John MacFarlane2014-12-16
| | | | | This creates a binary package with a standalone executable and man pages.
* Makefile: simplified 'make dist'.John MacFarlane2014-08-30
| | | | Note that this may not work with older cabal versions.
* Makefile: Add README as dependency of man pages.John MacFarlane2014-08-30
|
* Makefile: Fixed install target to use copy, register.John MacFarlane2014-08-30
| | | | This way the last configuration is used.
* More Makefile tweaks.John MacFarlane2014-08-18
|
* Makefile tweaks.John MacFarlane2014-08-18
|
* Makefile: Added 'install' to PHONY list.John MacFarlane2014-08-18
|
* Makefile: include trypandoc flag in main build target.John MacFarlane2014-08-17
|
* Makefile: added osxpkg target.John MacFarlane2014-08-17
|
* Makefile: Added 'quick' target.John MacFarlane2014-08-16
|
* Minor Makefile tweaks.John MacFarlane2014-08-15
|
* Added 'dist' target to Makefile that does a sanity check on tarball.John MacFarlane2014-08-13
|
* Added new Makefile targets.John MacFarlane2014-08-13
|
* Added Makefile to rebuild man pages.John MacFarlane2014-08-13
| | | | This should only be needed by developers.
* Remove Makefile.John MacFarlane2014-03-18
|
* Makefile: Remove *everything* on 'make veryclean'.John MacFarlane2013-08-15
|
* Makefile: --enable-benchmarks no longer works with cabal install.John MacFarlane2013-07-13
|
* Updated Makefile.John MacFarlane2013-06-25
|
* Makefile: Don't enable tests in 'make prof'.John MacFarlane2013-01-25
|
* Fixed Makefile PHONY line.John MacFarlane2013-01-25
|
* Makefile: Added sdist.John MacFarlane2013-01-23
|
* Updated Makefile to use Hackage pandoc-types.John MacFarlane2013-01-18
|
* Makefile: make prep now handles updates to pandoc-types.John MacFarlane2013-01-14
|
* Makefile: Do submodule updates and install cabal-dev in make prep.John MacFarlane2013-01-02
|
* Makefile: added 'relocatable' target.John MacFarlane2012-12-30
|
* Removed citationSuppressParens.John MacFarlane2012-10-28
| | | | Makefile: Use citeproc-0.3.6 release.
* Makefile: Back to using citeproc-hs repository.John MacFarlane2012-10-14
| | | | The released version lacks some features we need.
* Makefile: cabal-dev/cabal update.John MacFarlane2012-10-02
|
* Makefile: Use Hackage citeproc-hs 0.3.5.John MacFarlane2012-09-28
|
* Makefile: Don't remove citeproc-hs and pandoc-types with clean.John MacFarlane2012-09-26
| | | | Added new 'veryclean' target that removes these too.
* Makefile: Use Andrea's repository for citeproc-hs.John MacFarlane2012-09-26
|
* MediaWiki reader: Misc fixes, put category links at end.John MacFarlane2012-09-15
|
* Textile reader: Improved speed of hyphenedWords.John MacFarlane2012-09-06
| | | | | This speeds up the textile reader by about a factor of 4. But the reader is still very slow, compared to others readers.
* Makefile: Build profiling libraries in 'prep', added 'prof' target.John MacFarlane2012-09-06
|
* Added install target to Makefile.John MacFarlane2012-08-14
|
* Makefile: Require pandoc-types before citeproc-hs.John MacFarlane2012-08-08
|
* Added Makefile for development.John MacFarlane2012-08-07
|
* Removed obsolete Makefile.fiddlosopher2010-01-17
| | | | git-svn-id: https://pandoc.googlecode.com/svn/trunk@1817 788f1e2b-df1e-0410-8736-df70ead52e1b
* Removed obsolete debian stuff from distclean target.fiddlosopher2010-01-12
| | | | git-svn-id: https://pandoc.googlecode.com/svn/trunk@1805 788f1e2b-df1e-0410-8736-df70ead52e1b
* Removed obsolete win-pkg Makefile target.fiddlosopher2010-01-12
| | | | git-svn-id: https://pandoc.googlecode.com/svn/trunk@1804 788f1e2b-df1e-0410-8736-df70ead52e1b