diff options
| author | mcaci | 2019-10-12 14:24:18 +0200 |
|---|---|---|
| committer | mcaci | 2019-10-13 22:02:02 +0200 |
| commit | 3e0bf68bdc1ac6bde7bd04236657fb4d554817ad (patch) | |
| tree | ddf580dcee22c42fcb0a10c3b7ef279f2b0f211d /tools | |
| parent | e8d0b5a8856a695dc3f6a28e2d305c095ef50c19 (diff) | |
Doc update with mlg extension - fix #10855
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) \ |
