diff options
author | Brian C. Lane <bcl@redhat.com> | 2012-08-31 19:55:55 -0700 |
---|---|---|
committer | Brian C. Lane <bcl@redhat.com> | 2012-09-02 18:04:30 -0700 |
commit | 3f8009df74ffe3b99f103809574b82742ab570de (patch) | |
tree | 3fb7a24209f63dd2e461b7f2b854bfbd5ad6e235 | |
parent | 165d632cd90b498135b472a6b5588170c5ab8f38 (diff) | |
download | anaconda-3f8009df74ffe3b99f103809574b82742ab570de.tar.gz anaconda-3f8009df74ffe3b99f103809574b82742ab570de.tar.xz anaconda-3f8009df74ffe3b99f103809574b82742ab570de.zip |
update transifex.txt for newui
-rw-r--r-- | docs/transifex.txt | 5 |
1 files 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 |