For compatibility, still exit successfully if there are skipped directories.
We can make it more strict later.

svn path=/main/trunk/; revision=14762
diff --git a/bin/dohtml.py b/bin/dohtml.py
index 84bc92f..421b5e7 100755
--- a/bin/dohtml.py
+++ b/bin/dohtml.py
@@ -181,7 +181,7 @@
 		eqawarn(["QA Notice: dohtml on directory " + \
 			"'%s' without recursion option" % x])
 
-	if success and not skipped_directories:
+	if success:
 		retcode = 0
 	else:
 		retcode = 1