Fix /doc/build/ -> ./doc/build/ in update_copyright.py
authorW. Trevor King <wking@drexel.edu>
Tue, 1 Jun 2010 14:46:26 +0000 (10:46 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 1 Jun 2010 14:46:26 +0000 (10:46 -0400)
update_copyright.py

index c71cd911afd3b6389f52a8c47b55e84bfe65e303..36bb6c969c7322187541a8eef9baea98195889a9 100755 (executable)
@@ -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