From 440e8a17e82750f4b77e21413a0bbe741e9df14f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Fri, 2 Jul 2010 15:20:58 +0200 Subject: [PATCH] fix docs target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ./ -- 2.43.0