

How to rebuild a complete exportable CMT release.

1) run gmake on the following machines for creating binaries:

asc.lal.in2p3.fr                   -> OSF1
atlas.in2p3.fr                     -> Linux
ccasn.in2p3.fr                     -> SunOS
ccars.in2p3.fr                     -> AIX
PC                                 -> VisualC
Cygwin                             -> CYGWIN_NT-5.1
macls3                             -> Darwin
ax12.virgo.infn.it then rsh rio36a -> LynxOS

then transfer binaries to /lal/CMT/v1rXXX/...

2) To generate the doc run :

gmake gendoc
gmake pdf

on lxplus.cern.ch

Then when it's done, do cvs ci to check in the upgraded docs

3) On atlas.lal.in2p3.fr

> cvs update (to get docs)
> gmake doxygen
> gmake rpm
> gmake Export


