mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-26 00:40:11 +01:00
Document that libglib2.0-doc is needed to avoid some xref warnings
Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
This commit is contained in:
parent
8d0abb4a94
commit
0eb686d545
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue