Release 1.0 Notes
=================

1) Build asap
   - ssh zorro ( any debian linux machine with nfs write permissions )
   - make && make install
   - updated /nfs/sources/INSTALL.log

2) installed docs by hand - no make targets yet
   - cd doc
   - ln -s cookbook.tex userguide.tex
   - latex userguide
   - makeindex userguide.idx
   - latex userguide
   - latex2html -local_icons userguide.tex
   - dvipdf userguide.dvi
   - cp -r userguide /nfs/wwwatdocs/computing/software/asap
   - manually edit index.html and add userguide
   - add refman doc
   - cd /usr/local/lib/python2.3/site-packages
   - epydoc --html --noframes --inheritance listed -u http://www.atnf.csiro.au/computing/software/asap -o /nfs/wwwatdocs/computing/software/asap/refman asap
   - epydoc --pdf -o /tmp/refman_pdf asap
   - cp /tmp/refman_pd/api.pdf /nfs/wwwatdocs/computing/software/asap/refman.pdf

3) cvs branching for release
   - cvs -R tag ReleaseNNN
   - cvs rtag -r ReleaseNNN -b ReleaseNNN-fixes asap

4) Check that asap is rdisted (/nfs/DEBIANlocal) to the sites
