mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
Also move data files for gen scripts into gen dir
This commit is contained in:
parent
e6ef2fceea
commit
a79dd3996a
5 changed files with 4 additions and 4 deletions
|
|
@ -12,6 +12,6 @@ for line in cp.stdout.decode().splitlines():
|
|||
fname = line.split(':', 1)[0]
|
||||
all_files.discard(fname)
|
||||
|
||||
all_files -= {'nerd-fonts-glyphs.txt', 'rowcolumn-diacritics.txt'}
|
||||
all_files -= {'gen/nerd-fonts-glyphs.txt', 'gen/rowcolumn-diacritics.txt'}
|
||||
cp = subprocess.run(['cloc', '--list-file', '-'], input='\n'.join(all_files).encode())
|
||||
raise SystemExit(cp.returncode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue