Commit Graph

11 Commits

Author SHA1 Message Date
Radu Ursu 1635204225 22 July 2004 Radu Ursu
- made the possibility for create_modules to generate docs for individual packages.
- create_new_release was updated in that sense but for the moment it calls create_modules with -c n, which means no doc will be generated for the moment. (Sylvain must prepare the doc tools first)
2004-07-22 18:47:16 +00:00
Radu Ursu dac6b8c4ce 21 July 2004 Radu Ursu
- create_modules removes temporary dirs at the end of the modules creation.
2004-07-21 20:53:22 +00:00
Radu Ursu 5df870679c 28 June 2004 Radu Ursu
- create_internal_module script is taken from CVSDIR rather then the same direc
tory as create_modules
- create_modules script updates Scripts package if the updating state is y
2004-06-28 14:43:31 +00:00
Radu Ursu 27f319e0dd 24 June 2004 Radu Ursu
- create_modules script exits if create_new_module is not found in the same
  directory
2004-06-24 09:15:41 +00:00
Radu Ursu b6e7d3826e 12 June 2004 Radu Ursu
- create_new_release script is also used to build the modules. It calls create_\
modules script
- create_modules script changed:
    - added updating|not updating feature
    - added installation dir
    - added customization of the RELEASE VERSION and RELEASE NUMBER
    - it tar/gzip the modules and put them in the installation dir
2004-06-12 05:09:07 +00:00
Radu Ursu 723882ade4 03 June 2004 Radu Ursu
- 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
2004-06-03 12:45:52 +00:00
Radu Ursu a0b63c4da7 03 June 2004 Radu Ursu
- 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.
2004-06-03 10:36:52 +00:00
Radu Ursu d4c942aad9 03 June 2004 Radu Ursu
- create_modules script could be used with parameters
2004-06-03 07:33:41 +00:00
Radu Ursu 34e265e80e 03 June 2004 Radu Ursu
- create_modules script could be used with parameters
2004-06-03 07:30:52 +00:00
Radu Ursu 528eda1503 02 June 2004 Radu Ursu
- create_modules script takes modules from the Installation package
- fixed minor bug when there are directories in the Modules directory, the
  directories are not taken into account
2004-06-02 12:57:47 +00:00
Radu Ursu a2a314abbd 01 June 2004 Radu Ursu
- 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)
2004-06-01 14:43:06 +00:00