source: tags/asap2.1.1/doc/release-checklist.txt@ 1997

Last change on this file since 1997 was 794, checked in by mar637, 19 years ago

update from Release12

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.0 KB
Line 
1Release 1.0 Notes
2=================
3
41) Build asap
5 - ssh zorro ( any debian linux machine with nfs write permissions )
6 - make && make install
7 - updated /nfs/sources/INSTALL.log
8
92) installed docs by hand - no make targets yet
10 - cd doc
11 - ln -s cookbook.tex userguide.tex
12 - latex userguide
13 - makeindex userguide.idx
14 - latex userguide
15 - latex2html -local_icons userguide.tex
16 - dvipdf userguide.dvi
17 - cp -r userguide /nfs/wwwatdocs/computing/software/asap
18 - manually edit index.html and add userguide
19 - add refman doc
20 - cd /usr/local/lib/python2.3/site-packages
21 - epydoc --html --noframes --inheritance listed -u http://www.atnf.csiro.au/computing/software/asap -o /nfs/wwwatdocs/computing/software/asap/refman asap
22 - epydoc --pdf -o /tmp/refman_pdf asap
23 - cp /tmp/refman_pd/api.pdf /nfs/wwwatdocs/computing/software/asap/refman.pdf
24
253) cvs branching for release
26 - cvs -R tag ReleaseNNN
27 - cvs rtag -r ReleaseNNN -b ReleaseNNN-fixes asap
28
294) Check that asap is rdisted (/nfs/DEBIANlocal) to the sites
Note: See TracBrowser for help on using the repository browser.