###############
December 1997
mvcase 0.1 - file name case converter
###############


############
REQUIREMENTS
############

 libshhopt 1.1
 C compiler (currently using gcc)
 groff or equivalent

 Please, check the makefile

##########
TO COMPILE
##########

 make

 This will compile the binary
 and generate the man page.

##########
TO INSTALL
##########

 make install (must be root)
	
 This will install the binary and
 the man page. See the makefile
 for details (there are just
 a few, come on).


############
TO UNINSTALL
############

 make uninstall (must be root)
	
######
THANKS
######

Sverre H. Huseby <sverrehu@ifi.uio.no>
 For developing libshhopt
 You can find it at
 ftp://sunsite.unc.edu/pub/Linux/libs/shhopt-1.1.tar.gz

Jens Schweikhardt <schweikh@noc.dfn.de>
 For writing THE LINUX MAN-PAGE-HOWTO
