diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-06-13 20:09:58 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-06-13 20:09:58 +0000 |
commit | 4ed25e1df48096f260fe8ba003aca140c8fca7b0 (patch) | |
tree | 0f909a48e0d0996fcece961274ef15caff39e14c /docs/RELEASE-HOWTO | |
parent | 4f9dca394db0c9d6b46833f668481804c9a6b40e (diff) | |
download | gtk+-4ed25e1df48096f260fe8ba003aca140c8fca7b0.tar.gz |
Updates
svn path=/trunk/; revision=20384
Diffstat (limited to 'docs/RELEASE-HOWTO')
-rw-r--r-- | docs/RELEASE-HOWTO | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/RELEASE-HOWTO b/docs/RELEASE-HOWTO index 8d72030411..8690081060 100644 --- a/docs/RELEASE-HOWTO +++ b/docs/RELEASE-HOWTO @@ -48,9 +48,12 @@ Without those packages make distcheck will *not* pass. 6) If this is a devel release, make sure that the docs for new symbols are in good shape. Look at the -unused.txt files and add stuff found - there to the corresponding -sections.txt file. Make sure that all - new symbols have proper Since: tags, and that there is an index - in the main -docs.sgml for the next stable version. + there to the corresponding -sections.txt file. Look at the + -undocumented.txt files and see if there is anything in there that + should be documented. If it is, this may be due to typos in the doc + comments in the source. Make sure that all new symbols have proper + Since: tags, and that there is an index in the main -docs.sgml for + the next stable version. 7) Add === Released 2.x.y === at the top of all ChangeLog files |