SOURCE directory
================

This directory contains source for two C programs, xfamily and PS. Before
compiling you must make the Xlib.a library in the MOTIF directory.

1. xfamily.c 
   This is a Motif-based genealogical browser. It is 
   described in more detail in the README file of the base
   directory. 
   
   Compilation:     make xfamily

   Invokation:      xfamily   (or use xsurname or xyob scripts described
			       in the README file of the base directory.)

   Input file:      family.dat     (and source, note, and photo files
				    if these features are used.)

2. PS.c
   This program generates a PostScript file version of the database
   in "index card" format. Each person's index card is 4.25 by 2 inches,
   and they are arranged 10 to a page in 2 columns. The size is chosen so
   the file can be printed on self-adhesive labels. I use Avery copier
   labels (product number 5352) as these jam up the printer less often 
   then other labels that I've tried.

   Compilation:     make PS

   Invokation:      PS           (or use script described in README file
				  of base directory.)

   Input file:      family.orig  (or sorted version of this file.)
