From 4fd73fb7015e1bbead3fcacee8a9212f9c0974e8 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Wed, 6 Jan 2010 21:57:09 +0100 Subject: [PATCH] Mention ./waf clean and ./waf distclean in INSTALL --- INSTALL | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/INSTALL b/INSTALL index 1f389d7b..5df8a1a4 100644 --- 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 +++