#!/bin/sh
make -f Makefile.cvs
[ ! -f Makefile ] || make clean
export kde_htmldir=/usr/share/doc/HTML
./configure --prefix=/usr
make
make install