Added sleep/wake up.
[xavierbot.git] / Makefile
index 26991b6..a56955e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.3 2007/06/28 23:18:28 rjones Exp $
+# $Id: Makefile,v 1.4 2007/06/29 21:43:21 rjones Exp $
 
 include Makefile.config
 
@@ -26,6 +26,7 @@ init: init.in Makefile.config
 xavierbot.pl: xavierbot.pl.in Makefile.config
        sed \
          -e 's|@WRAPPER@|$(WRAPPER)|' \
+         -e 's|@VERSION@|$(VERSION)|' \
          < $< > $@
        chmod 0755 $@