- fixed minor bug in create_internal_release when the release is built on
Windows platform. The Auxiliary package was copied in the root of the
release and the files and the directories from Auxiliary were copied also
in the root of the release. For Windows Auxiliary=auxiliary so the auxiliary
directory was removed at the end.
- updated create_modules and create_internal_module
- create_internal_release removes web directory from the module
- create_internal_release removes all files in the root of the module except
for install_cgal
- create_modules checks for create_internal_release script and for CVSDIR
directory. If they are not found, the script exits.
- fixed minor bug in create_internal_module script
- added create_modules script that is used to build modules automaticly. This
script is using create_internal_module to build the modules. It will be
documented in the Developers_manual ASAP(today)
- added create_internal_module script on the CVS. This script is an adaptation
of create_internal_release to a script that creates modules instead of
internal releases. This is a preliminary version.