aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2013-08-15Makefile: Remove *everything* on 'make veryclean'.John MacFarlane1-1/+1
2013-07-13Makefile: --enable-benchmarks no longer works with cabal install.John MacFarlane1-1/+4
2013-06-25Updated Makefile.John MacFarlane1-7/+7
2013-01-25Makefile: Don't enable tests in 'make prof'.John MacFarlane1-1/+1
2013-01-25Fixed Makefile PHONY line.John MacFarlane1-1/+1
2013-01-23Makefile: Added sdist.John MacFarlane1-1/+5
2013-01-18Updated Makefile to use Hackage pandoc-types.John MacFarlane1-9/+7
2013-01-14Makefile: make prep now handles updates to pandoc-types.John MacFarlane1-0/+2
2013-01-02Makefile: Do submodule updates and install cabal-dev in make prep.John MacFarlane1-2/+6
2012-12-30Makefile: added 'relocatable' target.John MacFarlane1-0/+3
2012-10-28Removed citationSuppressParens.John MacFarlane1-2/+2
2012-10-14Makefile: Back to using citeproc-hs repository.John MacFarlane1-1/+1
2012-10-02Makefile: cabal-dev/cabal update.John MacFarlane1-1/+1
2012-09-28Makefile: Use Hackage citeproc-hs 0.3.5.John MacFarlane1-1/+2
2012-09-26Makefile: Don't remove citeproc-hs and pandoc-types with clean.John MacFarlane1-1/+4
2012-09-26Makefile: Use Andrea's repository for citeproc-hs.John MacFarlane1-1/+1
2012-09-15MediaWiki reader: Misc fixes, put category links at end.John MacFarlane1-1/+1
2012-09-06Textile reader: Improved speed of hyphenedWords.John MacFarlane1-1/+1
2012-09-06Makefile: Build profiling libraries in 'prep', added 'prof' target.John MacFarlane1-1/+4
2012-08-14Added install target to Makefile.John MacFarlane1-1/+4
2012-08-08Makefile: Require pandoc-types before citeproc-hs.John MacFarlane1-2/+2
2012-08-07Added Makefile for development.John MacFarlane1-0/+27
2010-01-17Removed obsolete Makefile.fiddlosopher1-290/+0
2010-01-12Removed obsolete debian stuff from distclean target.fiddlosopher1-3/+0
2010-01-12Removed obsolete win-pkg Makefile target.fiddlosopher1-8/+0
2010-01-03Makefile: specify --template explicitly when using pandoc.fiddlosopher1-5/+6
2009-11-28Makefile: Don't try to build man pages in build-doc.fiddlosopher1-2/+2
2009-10-31Don't build Haskell wrappers in Makefile.fiddlosopher1-1/+1
2009-08-13Changed EXECSBASE so it doesn't pull in hsmarkdown & markdown2pdf.fiddlosopher1-1/+1
2009-01-31Changed srcdir in Makefile.fiddlosopher1-1/+1
2008-09-23Moved odt-styles/ to data/. Removed unneeded variable in Makefile.fiddlosopher1-1/+0
2008-09-06Pandoc is no longer a native debian package.fiddlosopher1-26/+2
2008-08-27Removed PDF writer from core pandoc, restored markdown2pdf.fiddlosopher1-3/+3
2008-08-10Makefile: Added 'configure' as dependency of 'uninstall-all'.fiddlosopher1-1/+1
2008-08-10Removed markdown2pdf and all references to it.fiddlosopher1-3/+3
2008-08-10Removed dependency on reference.odt from Makefile.fiddlosopher1-2/+1
2008-08-09Moved more of the build process from Makefile to Setup.hs:fiddlosopher1-12/+2
2008-08-09Removed layout-cache and Configurations2 from odt-styles directory.fiddlosopher1-2/+2
2008-08-09Include shell scripts themselves in repo, rather than generating from wrappers.fiddlosopher1-21/+0
2008-08-09Rewrote test suite so it doesn't depend on perl or unix tools.fiddlosopher1-1/+1
2008-08-08Added Text.Pandoc.UTF8 as a backup for when utf8-string is not present.fiddlosopher1-7/+0
2008-08-01Simplified build process using template haskell.fiddlosopher1-10/+2
2008-08-01Makefile: build reference.odt before configure.fiddlosopher1-3/+3
2008-07-31Added 'odt' output option to pandoc:fiddlosopher1-6/+1
2008-07-23Fixed REFERENCEODT in markdown2odt to point to the right place in debian builds.fiddlosopher1-1/+1
2008-03-19Added preliminary version of markdown2odt wrapper.fiddlosopher1-5/+26
2008-02-10Makefile: Add files in templates directory as dependencies for $(BUILDCONF).fiddlosopher1-1/+2
2008-02-09CABALOPTS may now be specified with 'make'.fiddlosopher1-1/+1
2008-02-09Makefile: only use --with-hc-pkg if GHC_PKG is defined.fiddlosopher1-2/+6
2008-02-09Incorporated templates phase into Setup.hs and improved templates.fiddlosopher1-7/+1