]> spindle.queued.net Git - midori/commitdiff
Mention ./waf clean and ./waf distclean in INSTALL
authorChristian Dywan <christian@twotoasts.de>
Wed, 6 Jan 2010 20:57:09 +0000 (21:57 +0100)
committerChristian Dywan <christian@twotoasts.de>
Wed, 6 Jan 2010 22:40:45 +0000 (23:40 +0100)
INSTALL

diff --git a/INSTALL b/INSTALL
index 1f389d7b588fa9b83ab7fa28f93b69d9c75b4d4f..5df8a1a45e1b12a4ac0db1ca574fed5698220a8c 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -21,6 +21,10 @@ localizations are used from the build folder.
 
 You can install it with './waf install'
 
+If you need to do a clean rebuild, you can do either './waf clean'
+in order to remove binaries or './waf distclean' which deletes generated
+configuration files as well.
+
 For further options run './waf --help'
 
 +++ Debugging Midori +++