To install the Butler, run these two commands:

./mkdocs
./install  (you must be root for this)

it will install mp3butler to /usr/local/bin/ by default and the manpage
to /usr/local/man/man1 by default.
if you specify an argument to ./install, it will install to that directory. 
Example:
   ./install /usr
   ( puts mp3butler in /usr/bin and manpage in /usr/man/man1 )

(note that it automatically calls it mp3butler, although the source is called 
mp3butler.pl)
