summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAge
* 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
* Makefile: specify --template explicitly when using pandoc.fiddlosopher2010-01-03
| | | | | | | | Reason: pandoc may not yet have been installed, so the templates may not be in the cabal data directory. Resolves Issue #192. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1792 788f1e2b-df1e-0410-8736-df70ead52e1b
* Makefile: Don't try to build man pages in build-doc.fiddlosopher2009-11-28
| | | | | | They are now built by Cabal. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1627 788f1e2b-df1e-0410-8736-df70ead52e1b
* Don't build Haskell wrappers in Makefile.fiddlosopher2009-10-31
| | | | git-svn-id: https://pandoc.googlecode.com/svn/trunk@1614 788f1e2b-df1e-0410-8736-df70ead52e1b
* Changed EXECSBASE so it doesn't pull in hsmarkdown & markdown2pdf.fiddlosopher2009-08-13
| | | | | | | Otherwise strip tries to strip shell scripts when you install using 'make'. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1606 788f1e2b-df1e-0410-8736-df70ead52e1b
* Changed srcdir in Makefile.fiddlosopher2009-01-31
| | | | git-svn-id: https://pandoc.googlecode.com/svn/trunk@1530 788f1e2b-df1e-0410-8736-df70ead52e1b
* Moved odt-styles/ to data/. Removed unneeded variable in Makefile.fiddlosopher2008-09-23
| | | | git-svn-id: https://pandoc.googlecode.com/svn/trunk@1458 788f1e2b-df1e-0410-8736-df70ead52e1b
* Pandoc is no longer a native debian package.fiddlosopher2008-09-06
| | | | | | | | | | | It is easier for releases if debian packaging is separate. + Removed debian directory and references to debian in Makefile and INSTALL. + Made COPYRIGHT and changelog standalone files rather than symlinks to debian directory. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1422 788f1e2b-df1e-0410-8736-df70ead52e1b
* Removed PDF writer from core pandoc, restored markdown2pdf.fiddlosopher2008-08-27
| | | | | | | | | | | | | | | | | | | | | + Added markdown2pdf. + Removed Text/Pandoc/PDF.hs. + Removed references to PDF writer from Main.hs. + Removed references to PDF writer from pandoc.cabal. + Added markdown2pdf.1 to list of man pages in Setup.hs. + Added markdown2pdf.1.md man page source. + Added reference to markdown2pdf(1) in pandoc man page. + Added markdown2pdf to WRAPPERS in Makefile. + Removed mention of pdf writer from README; added markdown2pdf. + Added remarks on markdown2pdf dependencies to README.Debian. + Added markdown2pdf to web/index.txt.in. + Use markdown2pdf for pdf web demos. + Put markdown2pdf back into debian control and rules. + Added markdown2pdf to macports Portfile. + Added markdown2pdf to freebsd package. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1415 788f1e2b-df1e-0410-8736-df70ead52e1b
* Makefile: Added 'configure' as dependency of 'uninstall-all'.fiddlosopher2008-08-10
| | | | | | | (It uses the Cabal build program.) git-svn-id: https://pandoc.googlecode.com/svn/trunk@1402 788f1e2b-df1e-0410-8736-df70ead52e1b
* Removed markdown2pdf and all references to it.fiddlosopher2008-08-10
| | | | git-svn-id: https://pandoc.googlecode.com/svn/trunk@1395 788f1e2b-df1e-0410-8736-df70ead52e1b
* Removed dependency on reference.odt from Makefile.fiddlosopher2008-08-10
| | | | | | | This is handled now in Setup.hs. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1392 788f1e2b-df1e-0410-8736-df70ead52e1b
* Moved more of the build process from Makefile to Setup.hs:fiddlosopher2008-08-09
| | | | | | | | | | | | | + tarball target now calls 'sdist' + Added to "Extra-source-files" and "Extra-tmp-files" in pandoc.cabal, so 'sdist' and 'clean' will work properly. + Makefile no longer generates man pages or reference.odt. + Setup.hs now generates man pages in a postbuild hook. + Added dependency-checking to Setup.hs, so it only rebuilds things that need rebuilding. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1389 788f1e2b-df1e-0410-8736-df70ead52e1b
* Removed layout-cache and Configurations2 from odt-styles directory.fiddlosopher2008-08-09
| | | | | | | They don't seem to be needed. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1388 788f1e2b-df1e-0410-8736-df70ead52e1b
* Include shell scripts themselves in repo, rather than generating from wrappers.fiddlosopher2008-08-09
| | | | | | | | | + Removed wrappers directory + Removed wrappers Makefile target + Added hsmarkdown, html2markdown, and markdown2pdf git-svn-id: https://pandoc.googlecode.com/svn/trunk@1387 788f1e2b-df1e-0410-8736-df70ead52e1b