update README to reflect automake support for compilation/installation
authorFrank Mori Hess <fmhess@speakeasy.net>
Sat, 17 Jan 2004 19:17:42 +0000 (19:17 +0000)
committerFrank Mori Hess <fmhess@speakeasy.net>
Sat, 17 Jan 2004 19:17:42 +0000 (19:17 +0000)
swig/ruby/README

index 8b6f4d2af7924fba87515f5726d9a4fe6120377a..f1e0092b836b2e187bdd978db7ece0cc9e98ad65 100644 (file)
@@ -1,16 +1,16 @@
 This directory contains files for building a Ruby extension library
 for Comedi.
 
 This directory contains files for building a Ruby extension library
 for Comedi.
 
-Instructions for building:
+Instructions for building by hand (you shouldn't need to do this):
 
     1.  Type 'ruby setup.rb config'. This configures for the local
 
     1.  Type 'ruby setup.rb config'. This configures for the local
-       environment.
+        environment.
 
     2.  Type 'ruby setup.rb setup'. This builds the extension library.
 
     3.  Type 'ruby setup.rb install'. This installs the extension
 
     2.  Type 'ruby setup.rb setup'. This builds the extension library.
 
     3.  Type 'ruby setup.rb install'. This installs the extension
-       library and the file lib/comedi.rb, which provides more
-       Ruby-like method syntax.
+        library and the file lib/comedi.rb, which provides more
+        Ruby-like method syntax.
 
 The file 'lib/comedi.rb' provides syntactic sugar in three forms:
 
 
 The file 'lib/comedi.rb' provides syntactic sugar in three forms: