mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 01:48:07 +02:00
RELEASING: Fix tabbing
This commit is contained in:
parent
3c5868a90d
commit
55e0b214ea
1 changed files with 5 additions and 5 deletions
10
RELEASING
10
RELEASING
|
|
@ -2,10 +2,10 @@ Here are the steps to follow to create a new cairo release:
|
|||
|
||||
1) Ensure that there are no local, uncommitted/unpushed mods.
|
||||
|
||||
You're probably in a good state if both "git diff
|
||||
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).
|
||||
You're probably in a good state if both "git diff
|
||||
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"
|
||||
|
||||
|
|
@ -38,7 +38,7 @@ Here are the steps to follow to create a new cairo release:
|
|||
suite passing, here's the magic env vars to set when doing
|
||||
'make distcheck' and 'make release-publish' that will let you
|
||||
get away with it. At any cost, never ever release without
|
||||
(implied) distchecking. Every time we got around it, it turned
|
||||
(implied) distchecking. Every time we got around it, it turned
|
||||
out to be a disaster. Anyway, here's the pass code:
|
||||
|
||||
DISPLAY= CAIRO_TEST_TARGET=" "
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue