Documentation
authorSapan Bhatia <sapanb@cs.princeton.edu>
Fri, 3 Aug 2007 13:53:14 +0000 (13:53 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Fri, 3 Aug 2007 13:53:14 +0000 (13:53 +0000)
Makefile
dirwatcher.ml
inotify_stubs.o

index 4699dd6..285f813 100644 (file)
--- 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/*
index f01cb33..b33b890 100644 (file)
@@ -1,3 +1,5 @@
+(** Watches directories for events. Agnostic to vsys semantics of backends and
+frontends *)
 open Inotify
 open Fdwatcher
 open Printf
index 0328514..82c7c60 100644 (file)
Binary files a/inotify_stubs.o and b/inotify_stubs.o differ