diff options
author | Carl Worth <cworth@cworth.org> | 2004-10-27 09:43:22 +0000 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2004-10-27 09:43:22 +0000 |
commit | 944b1721e1910bc4d8caa97ae946b769f9ad2d8a (patch) | |
tree | 19a6218f46ccf81ab8ae361c8cac11a5ac2bfb3c /pixman/RELEASING | |
parent | ed1ad714174abd3354d2dc3991b596d83f6330bf (diff) |
Suggest "cvs -q update -Ad" as an alternative to checkout.SNAPSHOT_0_1_2
Diffstat (limited to 'pixman/RELEASING')
-rw-r--r-- | pixman/RELEASING | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pixman/RELEASING b/pixman/RELEASING index cb9d4160..a45ad48c 100644 --- a/pixman/RELEASING +++ b/pixman/RELEASING @@ -10,6 +10,9 @@ fixes are committed. Here are the steps to follow: cvs -d cairographics.org:/cvs/cairo co libpixman + But it's probably good enough if "cvs -q update -Ad" generates no + output. + 2) Verify that the code passes "make distcheck" Running "make distcheck" should result in no warnings or |