From: Sapan Bhatia Date: Fri, 3 Aug 2007 13:53:14 +0000 (+0000) Subject: Documentation X-Git-Tag: vsys-0.7-19~21 X-Git-Url: http://git.onelab.eu/?p=vsys.git;a=commitdiff_plain;h=29f0ca740297bf929d328b9f17a8ce36aff06e1f Documentation --- diff --git a/Makefile b/Makefile index 4699dd6..285f813 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,7 @@ include .dep docs: *.ml ocamldoc -d . -html -o docs *.ml - mv *.html 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 ./ @@ -46,4 +46,4 @@ dep: clean: $(MAKE) -C ocaml_inotify-0.4 clean - rm -fR *.cmi *.cmx sys usys *.o vsys vsys.b + rm -f *.cmi *.cmx sys usys *.o vsys vsys.b *.html *.css docs/* diff --git a/dirwatcher.ml b/dirwatcher.ml index f01cb33..b33b890 100644 --- a/dirwatcher.ml +++ b/dirwatcher.ml @@ -1,3 +1,5 @@ +(** Watches directories for events. Agnostic to vsys semantics of backends and +frontends *) open Inotify open Fdwatcher open Printf diff --git a/inotify_stubs.o b/inotify_stubs.o index 0328514..82c7c60 100644 Binary files a/inotify_stubs.o and b/inotify_stubs.o differ