Holland README
==============

Holland is a backup framework that supports multiple
pluggable backup implementations.

LICENSE
=======
holland-core, the basic backup framework is licensed
under the New-BSD ("3-clause") license.  See LICENSE
for more details.

Each of these are under their respective licenses.
Please see LICENSE for more information.

DOCS
====
Documentation is defined in a separate git repository. 
https://github.com/holland-backup/holland-backup.github.com

Building man pages:
Using the following command to pull in this repo from the repo directory 
$  git submodule update --init –recursive
$ cd docs
$ make man
