diff options
author | Carl Worth <cworth@cworth.org> | 2009-04-15 18:52:38 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2009-04-15 18:52:38 -0700 |
commit | c9e174b31ae3b9a138ae696d563420a841062f57 (patch) | |
tree | 0791eadec9fbde7501afb9c1a53ac92beaa90ef5 /RELEASING | |
parent | 73c3be1aa033e8c5c7ee777eb2fd43c19668fa86 (diff) |
RELEASING: Note that --with-xserver-source is needed for make distcheck
I was always forgetting this without this reminder.
Diffstat (limited to 'RELEASING')
-rw-r--r-- | RELEASING | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -25,6 +25,10 @@ The process for releasing a new tarball is as follows: $ make distcheck + Note that unlike a regular "make", this will not work unless + you pass a valid --with-xserver-source=/path/to/xserver option + to configure. + 5. Tag the release $ git tag -m "Intel <ver> release" <ver> |