summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
* 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
* 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: Back to using citeproc-hs repository.John MacFarlane2012-10-14
* 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
* 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
* 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
* Removed obsolete debian stuff from distclean target.fiddlosopher2010-01-12
* Removed obsolete win-pkg Makefile target.fiddlosopher2010-01-12
* Makefile: specify --template explicitly when using pandoc.fiddlosopher2010-01-03
* Makefile: Don't try to build man pages in build-doc.fiddlosopher2009-11-28
* Don't build Haskell wrappers in Makefile.fiddlosopher2009-10-31
* Changed EXECSBASE so it doesn't pull in hsmarkdown & markdown2pdf.fiddlosopher2009-08-13
* Changed srcdir in Makefile.fiddlosopher2009-01-31
* Moved odt-styles/ to data/. Removed unneeded variable in Makefile.fiddlosopher2008-09-23
* Pandoc is no longer a native debian package.fiddlosopher2008-09-06
* Removed PDF writer from core pandoc, restored markdown2pdf.fiddlosopher2008-08-27
* Makefile: Added 'configure' as dependency of 'uninstall-all'.fiddlosopher2008-08-10
* Removed markdown2pdf and all references to it.fiddlosopher2008-08-10
* Removed dependency on reference.odt from Makefile.fiddlosopher2008-08-10
* Moved more of the build process from Makefile to Setup.hs:fiddlosopher2008-08-09
* Removed layout-cache and Configurations2 from odt-styles directory.fiddlosopher2008-08-09
* Include shell scripts themselves in repo, rather than generating from wrappers.fiddlosopher2008-08-09
* Rewrote test suite so it doesn't depend on perl or unix tools.fiddlosopher2008-08-09
* Added Text.Pandoc.UTF8 as a backup for when utf8-string is not present.fiddlosopher2008-08-08
* Simplified build process using template haskell.fiddlosopher2008-08-01
* Makefile: build reference.odt before configure.fiddlosopher2008-08-01
* Added 'odt' output option to pandoc:fiddlosopher2008-07-31