diff options
author | Carl Worth <cworth@cworth.org> | 2008-10-30 08:29:51 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2008-10-30 08:29:51 -0700 |
commit | b598dcd1b1726184506de6a9d253f6091a000922 (patch) | |
tree | 59b07c7a13aa76c5c8054ee5bea6e97c14d86898 /RELEASING | |
parent | 91183a503e3b7bed11e0149783d3974e26daf623 (diff) |
Fix release-publish to also update the current manual.
That is, the vesion that appears as:
http://cairographics.org/manual
and:
http://cairographics.org/cairo-manual.tar.gz
It was silly that we previously required a manual step to
upload the documentation (which we regularly forgot to do)
and that it uploaded with a date in the name rather than a
version. So we just drop the old doc-publish Makefile target
now as it's just not useful anymore.
Diffstat (limited to 'RELEASING')
-rw-r--r-- | RELEASING | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -92,8 +92,9 @@ Here are the steps to follow to create a new cairo release: * Generate an sha1sum file * Sign the sha1sum using your GPG setup (asks for your GPG password) * scp the three files to appear on http://cairographics.org/releases - * Generate a versioned manual and upload it to appear as: + * Generate a versioned manual and upload it to appear as both: http://cairographics.org/manual-X.Y.Z + http://cairographics.org/manual * Place local copies of the three files in the releases directory * Create a LATEST-package-version file (after deleting any old one) * Tag the entire source tree with a tag of the form X.Y.Z, and sign |