paranoid checkin
authorSapan Bhatia <sapanb@cs.princeton.edu>
Thu, 16 Aug 2007 00:45:03 +0000 (00:45 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Thu, 16 Aug 2007 00:45:03 +0000 (00:45 +0000)
Makefile
fdwatcher.ml
globals.ml

index 285f813..d05d91f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -46,4 +46,4 @@ dep:
 
 clean:
        $(MAKE) -C ocaml_inotify-0.4 clean
-       rm -f *.cmi *.cmx sys usys *.o vsys vsys.b *.html *.css docs/*
+       rm -f *.cmi *.cmx sys usys *.o vsys vsys.b *.html *.css 
index f520aad..eb9559c 100644 (file)
@@ -1,4 +1,4 @@
-(* Fdwatcher - The main event loop. Agnostic to the type of file descriptors
+(** Fdwatcher - The main event loop. Agnostic to the type of file descriptors
  involved.*)
 
 open Printf
index ed147cf..0afb155 100644 (file)
@@ -1,3 +1,4 @@
+(** Some things that didn't fit in elsewhere *)
 let backend = ref ""
 let debug = ref true
 let vsys_version = "0.5"