Install topdirs.cmi in stdlib - update Makefile.nt too

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12749 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Wojciech Meyer 2012-07-19 22:56:59 +00:00
parent f786ea843d
commit cc6726aa62
1 changed files with 1 additions and 0 deletions

View File

@ -219,6 +219,7 @@ installbyt:
cp utils/*.cmi parsing/*.cmi typing/*.cmi bytecomp/*.cmi driver/*.cmi toplevel/*.cmi $(COMPLIBDIR) 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 compilerlibs/ocamlcommon.cma compilerlibs/ocamlbytecomp.cma compilerlibs/ocamltoplevel.cma $(BYTESTART) $(TOPLEVELSTART) $(COMPLIBDIR)
cp expunge $(LIBDIR)/expunge.exe cp expunge $(LIBDIR)/expunge.exe
cp toplevel/topdirs.cmi $(LIBDIR)
cd tools ; $(MAKEREC) install cd tools ; $(MAKEREC) install
cd ocamldoc ; $(MAKEREC) install cd ocamldoc ; $(MAKEREC) install
mkdir -p $(STUBLIBDIR) mkdir -p $(STUBLIBDIR)