aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-02-13 11:15:38 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-02-13 11:15:38 +0100
commitf1d865633b27098c9264c60a6507241df6adb131 (patch)
treebac521ac62aeef5fef70395d1e58c392c5878099 /tools
parentd2fb531761e1f4fa02d0c7e7b5b51febe48e357e (diff)
parentf4936d8512c9035e0628f22c08d576ea9ef62ad0 (diff)
Merge PR #6704: Fix coq_makefile not passing -R options to coqdoc, breaking links (#6697)
Diffstat (limited to 'tools')
-rw-r--r--tools/CoqMakefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/CoqMakefile.in b/tools/CoqMakefile.in
index ca02c983d..173eaae89 100644
--- a/tools/CoqMakefile.in
+++ b/tools/CoqMakefile.in
@@ -169,7 +169,8 @@ endif
COQFLAGS?=-q $(OPT) $(COQLIBS) $(OTHERFLAGS)
COQCHKFLAGS?=-silent -o $(COQLIBS)
-COQDOCFLAGS?=-interpolate -utf8 $(COQLIBS_NOML)
+COQDOCFLAGS?=-interpolate -utf8
+COQDOCLIBS?=$(COQLIBS_NOML)
# The version of Coq being run and the version of coq_makefile that
# generated this makefile