Read Me
This directory three scripts which can be useful for managing releases.
* tag_release_from_trunk.py
Once the release manager is happy that trunk is stable and
a release can be created, they can run this script which simply
copies trunk to a new url.
* create_packages_from_release.py
Once the release has been tagged, this script will checkout the files
from the repository and create three archive files (cpp-netlib.tar.gz,
cpp-netlib.tar.bz2 and cpp-netlib.zip). These can be published online
at sourceforge.
* generate_docs.py
This script will generate the HTML docs (using bjam) and will copy the
resultant HTML files to another directory. This will help keep the
on-line docs in synch with the last release.