[d-feet] Update README and HACKING



commit ab77f3d6a38d731f56fc873b60a0304f1fd822ce
Author: Thomas Bechtold <thomasbechtold jpberlin de>
Date:   Wed May 22 18:06:46 2013 +0200

    Update README and HACKING

 HACKING |   10 +++++-----
 README  |    8 ++------
 2 files changed, 7 insertions(+), 11 deletions(-)
---
diff --git a/HACKING b/HACKING
index 41d7d3c..600a632 100644
--- a/HACKING
+++ b/HACKING
@@ -1,13 +1,13 @@
 Making a release
 ================
 
-1. Make sure setup.py has the right version number, fix it in a pre-release
+1. Make sure configure.ac has the right version number, fix it in a pre-release
    commit if not.
 2. Update NEWS, use the command: git log --format="- %s (%an)"
-3. Tag with: git tag -s 0.1.14
-4. Build tarball with: python setup.py clean; python setup.py sdist
-6. Upload tarball: scp dist/d-feet-0.3.3.tar.gz toabctl master gnome org:
-7. Install tarball: ssh toabctl master gnome org 'ftpadmin install d-feet-0.3.3.tar.gz'
+3. Tag with: git tag -s 0.3.3
+4. Build tarball with: make clean; make dist-xz
+6. Upload tarball: scp dist/d-feet-0.3.3.tar.xz toabctl master gnome org:
+7. Install tarball: ssh toabctl master gnome org 'ftpadmin install d-feet-0.3.3.tar.xz'
 8. update the wiki at https://live.gnome.org/DFeet
 9. blog about it if you would like
 10. Make post-release version bump
diff --git a/README b/README
index 4494d2f..4de3090 100644
--- a/README
+++ b/README
@@ -12,12 +12,8 @@ gnome-python-libwnck - for displaying application icons next to the application
 
 To run localy for testing:
 
-./d-feet --local-dirs
-
-or
-
-./d-feet -l
+DFEET_DEBUG=1 ./src/d-feet
 
 To install:
 
-setup.py install
+./configure && make && make install


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]