kooBase/partFunctions/README.TXT
****************************************************

This document briefly describes how to add own kooBase - functions to the
main program.



Requirements:

You need automake in order to update your Makefile. Automake is part of
most distributions so the first thing is to search for it in the "programming"
or "development" -series of your distribution.
Nevertheless automake is availabe on almost every gnu - FTP - server,
usually in the "gnu" - directory!



Installation steps:

1. Make sure you have written your functions and added them to the
   ExtensionManager correctly (refer too kooBase help pages to see how to do this)

2. Store your private files in this directory (partFunctions)

3. Edit Makefile.am and add your own functions to the OWN_FILES - section.

4. Your change is complete. Just run "make" in this directory. If your system is 
   installed properly the first thing that will happen is an "automake" - run that
   updates your Makefile.

