Makefile: include trypandoc flag in main build target.
This commit is contained in:
parent
886cc0dd36
commit
3dd536a4ee
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue