summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <b.harrington@samsung.com>2014-02-25 17:43:22 -0800
committerBryce Harrington <b.harrington@samsung.com>2014-03-13 15:13:52 -0700
commit0eb686d5454073f65ff78520ca862d07672d2a3f (patch)
treebc7996b1c2c72d21e6011dbbb33cc45a59fbc646
parent8d0abb4a945a6875de956ef12883e7efe7b7fbc7 (diff)
Document that libglib2.0-doc is needed to avoid some xref warnings
Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
-rw-r--r--RELEASING4
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASING b/RELEASING
index a1edceba9..60e3e9e41 100644
--- a/RELEASING
+++ b/RELEASING
@@ -2,7 +2,9 @@ Here are the steps to follow to create a new cairo release:
1) Ensure that there are no local, uncommitted/unpushed
modifications. You're probably in a good state if both "git diff
- HEAD" and "git log master..origin/master" give no output.
+ HEAD" and "git log master..origin/master" give no output. Also make
+ sure you have libglib2.0-doc installed (else you'll get excessive
+ gtk-doc cross reference warnings in the next step).
2) Verify that the code passes "make distcheck"