Ruby for Enscript
=================

Contained in this archive are the files necessary to do syntax highlighting
for the ruby programming language, using the enscript program.

There are 3 files:
	ruby.st			# ruby syntax for 1.6.2
	enscript.st.161.diff	# everything for <= 1.6.1
	enscript.st.162.diff	# ruby file associations for 1.6.2

Installation
============

If you are using enscript 1.6.1 or lower (untested), the only file you'll
need to be concerned with is the enscript.st.161.diff.  Patch your enscript.st
with this file (I used: $ patch -i enscript.st.161.diff enscript.st).

If you are using enscript 1.6.2 (or higher?), you will need the ruby.st
and optionally, the enscript.st.162.diff.  Copy the ruby.st into the directory
in which your states files were installed.  If you'd like, you can (but don't
need to) patch your enscript.st as well 
(I used: $ patch -i enscript.st.162.diff enscript.st) in order to provide
for file associatons.

The diffs were created and tested on Solaris 2.8 using:
	diff -cl enscript.st.bak enscript.st
	and
	patch -i enscript.st.161.diff enscript.st

Support
=======

Hopefully you won't need it, but just in case, my email is m.v.wilson@home.com
