aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-23Changed names of HTML man pages to *.1.html on website.fiddlosopher1-2/+2
2007-12-08Use \{0,1\} instead of \? in sed, so it works on BSD/Mac OSX too.fiddlosopher1-1/+1
2007-12-08Makefile website target: create changelog.txt, not changelog.fiddlosopher1-2/+2
2007-11-29Makefile changes: BUILDCONF and CABAL_BKP.fiddlosopher1-2/+1
2007-11-29Small improvements in Makefile:fiddlosopher1-3/+4
2007-11-29Changed references to source directory in Makefile and pandoc.cabal.*.fiddlosopher1-1/+1
2007-11-26Makefile: Add .exe extension to BUILDCMD if building on Windows.fiddlosopher1-1/+1
2007-11-25+ Makefile now checks GHC version. If GHC is 6.6, pandoc.cabal.ghc66fiddlosopher1-2/+11
2007-11-17Use $(GHC) instead of ghc and make them user configurable through environmentroktas1-3/+3
2007-11-06Modified build procedure to allow compilation with GHC 6.8:fiddlosopher1-1/+1
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher1-2/+8
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-8/+2
2007-10-07Makefile:roktas1-3/+5
2007-10-07Changes in Makefile:roktas1-79/+63