# disclaimer: this is only intended to be useful for robey.
# it should be trivial for any perl monk to fix this for their own machine,
# but i don't have time to do more than this. :)

PERL_SITEDIR = /usr/lib/perl5/site_perl/5.005

all:

install:
	mkdir -p $(PERL_SITEDIR)
	cp ENAML.pm $(PERL_SITEDIR)
	cp say2cmd.pl $(PERL_SITEDIR)
	mkdir -p $(PERL_SITEDIR)/Say2
	cp Say2/TextEntry.pm $(PERL_SITEDIR)/Say2
	cp Say2/TextScroll.pm $(PERL_SITEDIR)/Say2
	mkdir -p /usr/local/bin
	cp say2.pl /usr/local/bin
