X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=1987754e71be454b6db5143d803bd6996c2f532c;hb=892d26d4e05de55ae94d21a586e6a0bfa724e327;hp=3bf56a63611c9fe7e9c071003fd7fb2c51ef79fb;hpb=a9f606051125de2acc9140074f91054755fa67b4;p=vsys.git diff --git a/Makefile b/Makefile index 3bf56a6..1987754 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,8 @@ include .dep ocamllex $< docs: *.ml - cd docs && ocamldoc -d . -html ../*.ml + ocamldoc -d . -html -o docs *.ml + mv *.html docs vsys: inotify.cmxa inotify.cmi globals.cmx fdwatcher.cmx dirwatcher.cmx fifowatcher.cmx frontend.cmx backend.cmx main.cmx docs ocamlopt str.cmxa unix.cmxa inotify.cmxa globals.cmx fdwatcher.cmx dirwatcher.cmx fifowatcher.cmx frontend.cmx backend.cmx str.cmxa main.cmx -o vsys