X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8c7114c22789e573bbf91dc5bf28f554631b78f8..5caded22019583bbc7c24749ca2455f120ead81f:/misc/scripts/svn/hooks/pre-commit?ds=sidebyside diff --git a/misc/scripts/svn/hooks/pre-commit b/misc/scripts/svn/hooks/pre-commit index a070e5893d..a5f6291d7a 100755 --- a/misc/scripts/svn/hooks/pre-commit +++ b/misc/scripts/svn/hooks/pre-commit @@ -22,7 +22,8 @@ all_changed_files=`svnl changed | \ sed 's/^....//' | \ egrep -v "locale/.*\.po$" | \ egrep -v "src/(tiff|regex|jpeg|stc/scintilla)" | \ - egrep -v "_wrap.cpp"` + egrep -v "_wrap.cpp" | \ + egrep -v "wxPython/.*/docs/.*\.html$"` # analyze the changed files to find all non-binary and all source files for f in $all_changed_files; do