diff --git a/doc/HOWTO-RELEASE b/doc/HOWTO-RELEASE index 8ad1e33..ea6a58b 100644 --- a/doc/HOWTO-RELEASE +++ b/doc/HOWTO-RELEASE @@ -128,8 +128,14 @@ Release procedure stow "GNU Stow manual" cd $stow_web_repo + # Check for any added/removed files, then add/remove as necessary + cvs -nq update + cvs add ... + cvs remove ... + # Check that the changes look OK cvs diff + # Then commit cvs commit -m "Update manual to v$version"