Admin/CHECKLIST
author paulson
Wed, 19 Apr 2006 10:43:53 +0200
changeset 19449 b07e3bca20c9
parent 16328 49c1f9dedc56
child 24619 c2e6a0f8c30b
permissions -rw-r--r--
fix to spacing in switches, for Vampire under SML/NJ
     1 Checklist for official releases
     2 ===============================
     3 
     4 - make sure that etc/isar-keywords.el and etc/isar-keywords-ZF.el are
     5   up-to-date; in ML use ``ProofGeneral.write_keywords ""'' and
     6   ``ProofGeneral.write_keywords "ZF"'';
     7 
     8 - check ANNOUNCE, README, INSTALL, NEWS, COPYRIGHT, CONTRIBUTORS, Admin/website;
     9 
    10 - run tests with *all* supported ML systems (yes this is tedious!);
    11 
    12 - maintain Docs:
    13     Doc/Contents
    14     Distribution/doc/Contents
    15     Admin/index.html
    16 
    17 - maintain Logics:
    18     Admin/makedist
    19     Distribution/build
    20     Distribution/lib/Tools/makeall
    21     Distribution/lib/html/index.html
    22     Doc/Logics/intro.tex
    23     Doc/Logics/logics.tex
    24 
    25 - after release: 
    26     commit new Admin/website/include/documentationdist.include.html to CVS
    27     [ commit new Admin/website/conf/distname.mak to CVS
    28     !!! this is currently not part of CVS, so ignore this description;
    29     !!! perhaps we will need to add it
    30 
    31 $Id$