From: W. Trevor King Date: Tue, 1 Jun 2010 14:46:26 +0000 (-0400) Subject: Fix /doc/build/ -> ./doc/build/ in update_copyright.py X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a9fe65443f78a0ca91e076f4ee61e1f7713bf3cd;p=hooke.git Fix /doc/build/ -> ./doc/build/ in update_copyright.py --- diff --git a/update_copyright.py b/update_copyright.py index c71cd91..36bb6c9 100755 --- a/update_copyright.py +++ b/update_copyright.py @@ -87,8 +87,8 @@ ALIASES = { ['pancaldi.paolo'], } -IGNORED_PATHS = ['./.hg/', './doc/img', './test/data/', - './build/', '/doc/build/'] +IGNORED_PATHS = ['./.hg/', './doc/img/', './test/data/', + './build/', './doc/build/'] IGNORED_FILES = ['COPYING', 'COPYING.LESSER'] # Work around missing author holes in the VCS history