aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-06-24 13:53:47 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-06-25 10:06:19 +0200
commit3b3ae54a39ab5df878d29f1f4d333ae36fe335d2 (patch)
tree378c3aa5cac5d3b837f5fe1db999493655591dc7 /Makefile
parentf8877516e03ec678aeb735cdafe56e20ca52b235 (diff)
downloadpandoc-3b3ae54a39ab5df878d29f1f4d333ae36fe335d2.tar.gz
Makefile: split 'make haddock' from 'make full'.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 470c87793..3ce2f4630 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,8 @@ quick:
full:
stack install --flag 'pandoc:embed_data_files' --flag 'pandoc:weigh-pandoc' --flag 'pandoc:trypandoc' --bench --no-run-benchmarks --test --test-arguments='-j4 --hide-successes' --ghc-options '-Wall -Werror -fno-warn-unused-do-bind -O0 -j4'
+
+haddock:
stack haddock
# Note: to accept current results of golden tests,
@@ -65,4 +67,4 @@ download_stats:
clean:
stack clean
-.PHONY: deps quick full install clean test bench changes_github macospkg dist prof download_stats reformat lint weigh
+.PHONY: deps quick full haddock install clean test bench changes_github macospkg dist prof download_stats reformat lint weigh