diff options
author | Jim Meyering <meyering@redhat.com> | 2009-09-21 08:56:17 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-09-21 08:56:17 +0200 |
commit | c48003a53cbeee75dd34f5c3932a60ee97defb28 (patch) | |
tree | 99a3b23648af7952411914d6fdd29c07f9a26223 /README-release | |
parent | a2883947bc7bcc5e4cb3d18d55f60998383cdef9 (diff) | |
download | coreutils-c48003a53cbeee75dd34f5c3932a60ee97defb28.tar.xz |
maint: automate the web-doc updating procedure
* gnu-web-doc-update: New script, destined for gnulib.
* README-release: Refer to the new script.
Diffstat (limited to 'README-release')
-rw-r--r-- | README-release | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/README-release b/README-release index 8dcab9798..d20a9118c 100644 --- a/README-release +++ b/README-release @@ -81,17 +81,8 @@ Once all the builds and tests have passed, Then go here to approve it: https://savannah.gnu.org/news/approve.php?group=coreutils -* For non-alpha releases, update the on-line manual at +* After each non-alpha release, update the on-line manual accessible via http://www.gnu.org/software/coreutils/manual/ - Run `make web-manual', then copy the contents of doc/manual - into a CVS checkout of the coreutils manual repository. - Also edit coreutils.html (FIXME? why?) before doing a CVS commit. - - CVS_RSH=ssh \ - cvs -d:ext:$USER@cvs.savannah.gnu.org:/web/coreutils co coreutils - - Be sure to "cvs add -ko" any files that "cvs status" marks with "?". - That is necessary whenever a new texinfo node is added. Each becomes - a new file in html_node that must then be "cvs add"ed. + by running the gnu-web-doc-update script. |