summaryrefslogtreecommitdiff
path: root/releasing.txt
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2015-05-15 18:51:19 -0700
committerBryce Harrington <bryce@osg.samsung.com>2015-05-15 18:51:19 -0700
commitb33877a9cc31120e77a85c58bc7a62708c3a19dc (patch)
treece72de5a2368f446eb252bfb08aa7cc979889fed /releasing.txt
parent5fa7351ac68a2439c23d4b832e8d8cd5250e0699 (diff)
downloadweston-b33877a9cc31120e77a85c58bc7a62708c3a19dc.tar.gz
releasing: untabify
Diffstat (limited to 'releasing.txt')
-rw-r--r--releasing.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/releasing.txt b/releasing.txt
index 30b6c7c2..25a33d7b 100644
--- a/releasing.txt
+++ b/releasing.txt
@@ -22,13 +22,13 @@ To make a release of Weston and/or Wayland, follow these steps.
export DISTCHECK_CONFIGURE_FLAGS="--with-xserver-path=<your-Xwayland-path>"
- If you're using a locally installed libinput or other dependency
- libraries, you'll likely need to set a few other environment
- variables:
+ If you're using a locally installed libinput or other dependency
+ libraries, you'll likely need to set a few other environment
+ variables:
- export WLD="<path-to-your-local-installation>"
- export LD_LIBRARY_PATH=$WLD/lib
- export PKG_CONFIG_PATH=$WLD/lib/pkgconfig:$WLD/share/pkgconfig/
+ export WLD="<path-to-your-local-installation>"
+ export LD_LIBRARY_PATH=$WLD/lib
+ export PKG_CONFIG_PATH=$WLD/lib/pkgconfig:$WLD/share/pkgconfig/
3. Run the release.sh script to generate the tarballs, sign and
upload them, and generate a release announcement template.