X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=a56955edca0bdd6d64885493d58bd20ea3f6f707;hb=1404efcc8dc5e7bebfcd3af1b1cd03ffdd169cae;hp=26991b67d301b3a6f87ae002fbe07cf2cfaf3d1a;hpb=27dea572ce631f21e6dd27472a55c79092c682aa;p=xavierbot.git diff --git a/Makefile b/Makefile index 26991b6..a56955e 100644 --- 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 $@