diff options
| author | Jason Gross | 2019-10-14 12:47:57 -0400 |
|---|---|---|
| committer | Jason Gross | 2019-10-14 12:47:57 -0400 |
| commit | 911accd83d0161d1587652af9ec5365943023c98 (patch) | |
| tree | 3f5c043454728a250bdfef98eea788f7e615dc18 /tools | |
| parent | 2169cf83775a57f48fe1b55796b5bc026a11aea6 (diff) | |
| parent | 3e0bf68bdc1ac6bde7bd04236657fb4d554817ad (diff) | |
Merge PR #10883: Doc update with mlg extension - fix #10855
Reviewed-by: JasonGross
Reviewed-by: gares
Ack-by: ppedrot
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/CoqMakefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/CoqMakefile.in b/tools/CoqMakefile.in index d37d2bea94..08253e5a8f 100644 --- a/tools/CoqMakefile.in +++ b/tools/CoqMakefile.in @@ -266,7 +266,7 @@ CMIFILES = \ $(CMOFILES:.cmo=.cmi) \ $(MLIFILES:.mli=.cmi) # the /if/ is because old _CoqProject did not list a .ml(pack|lib) but just -# a .ml4 file +# a .mlg file CMXSFILES = \ $(MLPACKFILES:.mlpack=.cmxs) \ $(CMXAFILES:.cmxa=.cmxs) \ |
