diff options
author | Simon Hausmann <simon.hausmann@nokia.com> | 2009-04-01 15:21:32 (GMT) |
---|---|---|
committer | Simon Hausmann <simon.hausmann@nokia.com> | 2009-04-01 15:21:32 (GMT) |
commit | 1375c1cb91a3233ca50f3ca9ef5d63bda038614b (patch) | |
tree | f05fe06ed98c2cffc212d402d2ab4fee092b49ed | |
parent | b92516d571eb608e0bb273f0871eeeaf20671b9d (diff) | |
download | Qt-1375c1cb91a3233ca50f3ca9ef5d63bda038614b.zip Qt-1375c1cb91a3233ca50f3ca9ef5d63bda038614b.tar.gz Qt-1375c1cb91a3233ca50f3ca9ef5d63bda038614b.tar.bz2 |
Exclude the autotools subdirectory when importing from WebKit trunk.
Reviewed-by: Trust Me
-rwxr-xr-x | util/webkit/mkdist-webkit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/webkit/mkdist-webkit b/util/webkit/mkdist-webkit index 1268b5e..cfbde00 100755 --- a/util/webkit/mkdist-webkit +++ b/util/webkit/mkdist-webkit @@ -10,7 +10,7 @@ excluded_directories="$excluded_directories PlanetWebKit" excluded_directories="$excluded_directories SunSpider" excluded_directories="$excluded_directories WebKitExamplePlugins" -excluded_directories="$excluded_directories symbols.filter" +excluded_directories="$excluded_directories autotools" excluded_directories="$excluded_directories JavaScriptCore/Makefile" excluded_directories="$excluded_directories Makefile" excluded_directories="$excluded_directories Makefile.shared" |