Update the list of nerd font names when updating other unicode data as well

No longer need to store the list of names in our source code
This commit is contained in:
Kovid Goyal 2025-05-21 13:19:27 +05:30
parent 14043be919
commit ad03fa94b2
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
4 changed files with 1746 additions and 12539 deletions

View file

@ -13,6 +13,6 @@ for attr in ('linguist-generated', 'linguist-vendored'):
fname = line.split(':', 1)[0]
all_files.discard(fname)
all_files -= {'gen/nerd-fonts-glyphs.txt', 'gen/rowcolumn-diacritics.txt'}
all_files -= {'gen/rowcolumn-diacritics.txt'}
cp = subprocess.run(['cloc', '--list-file', '-'], input='\n'.join(all_files).encode())
raise SystemExit(cp.returncode)