Install topdirs.cmi in stdlib - update Makefile.nt too
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12749 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
f786ea843d
commit
cc6726aa62
|
@ -219,6 +219,7 @@ installbyt:
|
|||
cp utils/*.cmi parsing/*.cmi typing/*.cmi bytecomp/*.cmi driver/*.cmi toplevel/*.cmi $(COMPLIBDIR)
|
||||
cp compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma compilerlibs/ocamltoplevel.cma $(BYTESTART) $(TOPLEVELSTART) $(COMPLIBDIR)
|
||||
cp expunge $(LIBDIR)/expunge.exe
|
||||
cp toplevel/topdirs.cmi $(LIBDIR)
|
||||
cd tools ; $(MAKEREC) install
|
||||
cd ocamldoc ; $(MAKEREC) install
|
||||
mkdir -p $(STUBLIBDIR)
|
||||
|
|
Loading…
Reference in New Issue