Author: nornagon
Date: 2006-02-25 00:58:05 -0500 (Sat, 25 Feb 2006)
New Revision: 965

Modified:
   trunk/clients/ravish/evnet.rb
   trunk/clients/ravish/ravish2.rb
   trunk/docs/manual/Recipe
Log:
Recipe usage statement missing xml

Modified: trunk/clients/ravish/evnet.rb
===================================================================
--- trunk/clients/ravish/evnet.rb       2006-02-23 21:23:19 UTC (rev 964)
+++ trunk/clients/ravish/evnet.rb       2006-02-25 05:58:05 UTC (rev 965)
@@ -1,6 +1,6 @@
 # vim: set ft=ruby ts=4 sw=4 et fileencoding=utf8 :
 # EventManager-based socket class
-# Copyright © 2005 Bryan James Donlan
+# Copyright © 2005 Bryan James Donlan
 # This program is FREE SOFTWARE.
 # You may edit and redistribute it under the same terms as ruby.
 

Modified: trunk/clients/ravish/ravish2.rb
===================================================================
--- trunk/clients/ravish/ravish2.rb     2006-02-23 21:23:19 UTC (rev 964)
+++ trunk/clients/ravish/ravish2.rb     2006-02-25 05:58:05 UTC (rev 965)
@@ -5,7 +5,7 @@
 # put term/visual in the search path
 $:.unshift "lib"
 
-require 'eventmanager'
+require './eventmanager.rb'
 require 'term/visual'
 require 'yaml'
 require 'haver'

Modified: trunk/docs/manual/Recipe
===================================================================
--- trunk/docs/manual/Recipe    2006-02-23 21:23:19 UTC (rev 964)
+++ trunk/docs/manual/Recipe    2006-02-25 05:58:05 UTC (rev 965)
@@ -1,6 +1,6 @@
 
 action main {
-       print("Usage: make [pdf|html|info|txt|dvi]");
+       print("Usage: make [pdf|html|info|txt|dvi|xml]");
 }
 
 action all {


_______________________________________________
Haver-commits mailing list
[email protected]
https://mail.gna.org/listinfo/haver-commits

Reply via email to