1. Prerequisites
================

    For creation of true type (or any other usable) version
    of the fonts:
    fontforge
        (http://fontforge.sourceforge.net/)

    For creation of fonts.dir files (required if font server used):
	ttmkfdir 

2. Fonts installation
=====================

    cd src
    make install

    If the above commands are executed as root, the true type
    version of the fonts will be installed in 
    "/usr/share/fonts/AncientSemitic" and will be available to 
    all users of the system.

    If the commands are executed as regular user, the fonts will
    be installed in ".fonts/" under user's home directory and will
    be available only to the user.

3. Uninstallation
=================
    make uninstall

    from the "src/" directory of the package will uninstall the
    fonts.

    Be sure to execute the uninstall command with same user id
    that you used to install the fonts.

    if "make uninstall" is executed by root the 
    "/usr/share/fonts/AncientSemitic" directory will be removed.
    if executed by regular user, the fonts in the package will be
    deleted form $HOME/.fonts.
  
