fix docs target
authorBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Fri, 2 Jul 2010 13:20:58 +0000 (15:20 +0200)
committerBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Fri, 2 Jul 2010 13:20:58 +0000 (15:20 +0200)
Makefile

index ad1fc19..e271962 100644 (file)
--- 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 ./