Skip to content

Commit

Permalink
Makefile: include trypandoc flag in main build target.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Aug 17, 2014
1 parent 886cc0d commit 3dd536a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3dd536a

Please sign in to comment.