diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2018-02-13 11:15:38 +0100 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2018-02-13 11:15:38 +0100 |
commit | f1d865633b27098c9264c60a6507241df6adb131 (patch) | |
tree | bac521ac62aeef5fef70395d1e58c392c5878099 /tools | |
parent | d2fb531761e1f4fa02d0c7e7b5b51febe48e357e (diff) | |
parent | f4936d8512c9035e0628f22c08d576ea9ef62ad0 (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.in | 3 |
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 |