to install felix, here are the commads to launch

$ qmake
$ make
$ ./mkmanpage
$ ./mkhelp
# make install

to uninstall felix, provided the file Makefile is there, just launch

# make uninstall

to clean the source package (for distributing it) the command is:

$ ./distclean

