diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2014-08-17 16:12:16 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2014-08-17 16:12:46 -0700 |
| commit | 3dd536a4ee31eddda31f54424fe349959d4ae093 (patch) | |
| tree | 08ac116f4e46d61d43d0ce8ac5680d700dba092b | |
| parent | 886cc0dd369c8975efe861d814a82b2d65343ede (diff) | |
| download | pandoc-3dd536a4ee31eddda31f54424fe349959d4ae093.tar.gz | |
Makefile: include trypandoc flag in main build target.
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ ifeq "${makemanpages}" "" endif setup=dist/setup/setup MANPAGES=man/man1/pandoc.1 man/man5/pandoc_markdown.5 -CABALARGS=-fmake-pandoc-man-pages --enable-tests --enable-benchmarks +CABALARGS=-fmake-pandoc-man-pages -ftrypandoc --enable-tests --enable-benchmarks all: build test |
