Specify files to check for copyright year
This commit is contained in:
parent
049ed12d43
commit
c05b75894f
2
Makefile
2
Makefile
|
@ -77,7 +77,7 @@ releasecheck: test check
|
||||||
check:
|
check:
|
||||||
# The check programs used here are mostly local scripts on my private system.
|
# The check programs used here are mostly local scripts on my private system.
|
||||||
# So for other developers there is no need to execute this target.
|
# So for other developers there is no need to execute this target.
|
||||||
check-copyright
|
check-copyright setup.py patool patoolib tests
|
||||||
check-pofiles -v
|
check-pofiles -v
|
||||||
py-tabdaddy
|
py-tabdaddy
|
||||||
py-unittest2-compat tests/
|
py-unittest2-compat tests/
|
||||||
|
|
Loading…
Reference in New Issue