From a70eb262c101ec7e278b883c98a5e7a5328dfdf4 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Tue, 31 Jul 2012 20:40:25 +0200 Subject: Skip doc subfolders when checking includes. This removes the bogus warnings when running syncqt from configure about snippets in the doc/ folders. Change-Id: I8e3d258238c1cd1e763ce63b895d58b68bbc06f3 Reviewed-by: Oswald Buddenhagen --- bin/syncqt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/syncqt b/bin/syncqt index 7589e696a4..fbeee2704a 100755 --- a/bin/syncqt +++ b/bin/syncqt @@ -1150,7 +1150,8 @@ if($check_includes) { push @subdirs, "$subdir/$t" if(-d "$subdir/$t" && !($t eq ".") && !($t eq "..") && !($t eq ".obj") && !($t eq ".moc") && !($t eq ".rcc") && - !($t eq ".uic") && !($t eq "build")); + !($t eq ".uic") && !($t eq "build") && + !($t eq "doc")); } closedir DIR; } -- cgit v1.2.3