Added lots more modules.
[xavierbot.git] / Makefile.config
index a62fd57..084ac63 100644 (file)
@@ -1,7 +1,8 @@
-# $Id: Makefile.config,v 1.3 2007/06/28 20:57:49 rjones Exp $
+# -*- Makefile -*-
+# $Id: Makefile.config,v 1.6 2007/06/29 13:15:00 rjones Exp $
 
 PACKAGE := xavierbot
-VERSION := 0.1
+VERSION := 0.4
 
 # Prefix for installation.
 # - Binaries are installed in $(PREFIX)/sbin
@@ -28,12 +29,12 @@ OCAML=/usr/bin/ocaml
 OCAMLUSER=nobody
 
 #----------------------------------------------------------------------
-#
 # If you want to run the bot without installing, leave the
 # following lines uncommented.
 #
 # You will also need to create directory $(CHROOTDIR),
-# compile everything, and then:
+# compile everything, and then 'sudo make permissions'
+# which is just the same doing:
 #
 #   chown root.root ocamlbotwrapper
 #   chmod ug+s ocamlbotwrapper