From 3f8009df74ffe3b99f103809574b82742ab570de Mon Sep 17 00:00:00 2001
From: "Brian C. Lane" <bcl@redhat.com>
Date: Fri, 31 Aug 2012 19:55:55 -0700
Subject: update transifex.txt for newui

---
 docs/transifex.txt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/transifex.txt b/docs/transifex.txt
index cc5f9eede..057b3b544 100644
--- a/docs/transifex.txt
+++ b/docs/transifex.txt
@@ -38,10 +38,11 @@ MAKING A RELEASE
 ----------------
 
 git clean -d -x -f
-./autogen.sh && ./configure
+./autogen.sh && ./configure --disable-static \
+--enable-introspection --enable-gtk-doc
 make bumpver                      # tx pull by dependent po-pull target
 git commit -a -m "New version."   # DO NOT run 'git clean -d -x -f' after
-make release                      # signed tag happens after dist now
+make && make release              # signed tag happens after dist now
 
 The process here is mostly the same.  I do not recommend that you run
 git clean between 'make bumpver' and 'make release'.  The reason is you
-- 
cgit