File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ recursive-include codespell_lib *.py
3
3
include codespell_lib/data/dictionary*.txt
4
4
include codespell_lib/data/linux-kernel.exclude
5
5
include COPYING
6
- include bin/codespell
7
6
exclude *.yml *.yaml
8
7
exclude .coveragerc
9
8
exclude .git-blame-ignore-revs
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ check-dictionary: check-dictionaries
12
12
sort-dictionary : sort-dictionaries
13
13
trim-dictionary : trim-dictionaries
14
14
15
- codespell.1 : codespell.1.include bin/codespell Makefile
16
- PYTHONPATH=. help2man ./bin/ codespell --include codespell.1.include --no-info --output codespell.1
15
+ codespell.1 : codespell.1.include Makefile
16
+ PYTHONPATH=. help2man codespell --include codespell.1.include --no-info --output codespell.1
17
17
sed -i ' /\.SS \"Usage/,+2d' codespell.1
18
18
19
19
check-dictionaries :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments