
RUBY = ruby

install:
	$(RUBY) install.rb

all: install doc

doc:
	rdoc -d 

clean:
	rm -r doc
