From: Barış Metin Date: Fri, 2 Jul 2010 13:49:08 +0000 (+0200) Subject: fix docs generation X-Git-Tag: vsys-0.95-0^0 X-Git-Url: http://git.onelab.eu/?p=vsys.git;a=commitdiff_plain;h=96dd98486e3ee611d731443e22a4ab9744de489b fix docs generation --- diff --git a/Makefile b/Makefile index 9fec183..a2f89ae 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ include .dep docs: *.ml ocamldoc -d . -html -o docs *.ml - mv *.html *.css docs + mkdir docs && mv *.html *.css docs ocaml_inotify-0.4/inotify.cmxa: $(MAKE) -C ocaml_inotify-0.4 && cp -f ocaml_inotify-0.4/inotify_stubs.o ./