From: Barış Metin Date: Fri, 2 Jul 2010 13:20:58 +0000 (+0200) Subject: fix docs target X-Git-Tag: vsys-0.99-0~9 X-Git-Url: http://git.onelab.eu/?p=vsys.git;a=commitdiff_plain;h=440e8a17e82750f4b77e21413a0bbe741e9df14f fix docs target --- diff --git a/Makefile b/Makefile index ad1fc19..e271962 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,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 ./