\PBLIB structure as of 5/4/94

\PBLIB1              - root dir, basic documentation
  \PBLIB1\UNITS      - source for library units and objects -
  \PBLIB1\PROGS      - source for library utility programs & doc
  \PBLIB1\DOC        - Program documentation, philosophy, etc
  \PBLIB1\SKEL       - Skeleton programs and units as starting points for
                        new code.

\PBBIN1              - root dir, TPUs and Executables
  \PBBIN1\TPU        - TPUs for \PB\UNITS - place this on TPC search list
  \PBBIN1\UTIL       - EXEs,CFGs,DOCs for utilitiies - place this on PATH=

I am taking the opportunity of releasing this code as PD to re-org
the directories.  We will see if this is more efficient.  BAT files
will assume this structure.  The main benefit I have found to
separating source and binaries is to be able to compile and test
new versions and fixes without disturbing working applications.

Howard Richoux