diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2011-02-04 10:30:42 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2011-02-04 10:30:42 +0200 |
commit | d26dc534cf748c810d19b9daf4185b8dfaff1a9c (patch) | |
tree | 218ae5660561037d48265c4ef6c686ceb1b38134 /Checklist | |
parent | ce0ff8375ca895a4bd2592ef0f948585d97059de (diff) | |
download | egawk-d26dc534cf748c810d19b9daf4185b8dfaff1a9c.tar.gz egawk-d26dc534cf748c810d19b9daf4185b8dfaff1a9c.tar.bz2 egawk-d26dc534cf748c810d19b9daf4185b8dfaff1a9c.zip |
Minor doc updates.
Diffstat (limited to 'Checklist')
-rw-r--r-- | Checklist | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/Checklist b/Checklist new file mode 100644 index 00000000..0029255a --- /dev/null +++ b/Checklist @@ -0,0 +1,46 @@ +Fri Feb 4 10:22:42 IST 2011 +============================ + +A checklist for making releases + +Copyright dates in all files updated + main.c - copyright message too! +ChangeLogs in place and updated +README updated +README_d/* edited +VMS/* version stuff up to date + vms/vmsbuild.com + vms/descrip.mms + vms/vms-conf.h: update VERSION and PACKAGE_VERSION +NEWS is up to date +Any new options have been added to usage function +All paper work signed and sent in +All files checked in +Version information is correct in + version.c + doc/gawk.1 + doc/awkcard.in + doc/gawk.texi + doc/gawkinet.texi +doc/texinfo.tex is up to date +doc/gawk.texi is up to date +doc/gawkinet.texi is up to date +doc/gawk.1 is up to date +doc/awkcard.in is up to date + +Testing on + make clean + make distclean + make maintainer-clean + make release + + configure --disable-nls + configure --with-whiny-user-strftime + + building in a different directory from the source + building doc in a different directory from the source + +The simplest way of making sure that no PO file is forgotten, is to +run the following command just before rolling a new release: + + rsync -Lrtvz translationproject.org::tp/latest/gawk/ po |