Hash :
806c5dc0
Author :
Date :
2024-01-10T17:17:48
scripts: Fix update-headers command The file name misses an extension.
#!/bin/sh
# Run this to regenerate xkbcommon-keysyms.h from the X11 headers
# defining the keysyms and update the name <-> keysym mapping.
export LC_CTYPE=C
scripts/makeheader > include/xkbcommon/xkbcommon-keysyms.h
scripts/makekeys include/xkbcommon/xkbcommon-keysyms.h > src/ks_tables.h
scripts/update-headers.py