diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2003-03-24 15:25:44 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2003-03-24 15:25:44 +0000 |
commit | 48d55877b7d11b3a0b22fd6f9a91ab6331b2cfd5 (patch) | |
tree | c4abe187a96177b6caf165f86f144bbd18a33a61 | |
parent | b0f0bcf00b500a69a43d1965a997d7845f1c8226 (diff) |
MAJ
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5452 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | ocamldoc/Makefile.nt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ocamldoc/Makefile.nt b/ocamldoc/Makefile.nt index d9f61878b..98fc05dba 100644 --- a/ocamldoc/Makefile.nt +++ b/ocamldoc/Makefile.nt @@ -130,6 +130,7 @@ OCAMLCMOFILES=$(OCAMLSRCDIR)/parsing/printast.cmo \ $(OCAMLSRCDIR)/utils/clflags.cmo \ $(OCAMLSRCDIR)/utils/warnings.cmo \ $(OCAMLSRCDIR)/utils/ccomp.cmo \ + $(OCAMLSRCDIR)/utils/consistbl.cmo \ $(OCAMLSRCDIR)/parsing/linenum.cmo\ $(OCAMLSRCDIR)/parsing/location.cmo\ $(OCAMLSRCDIR)/parsing/longident.cmo \ |