Commit 7d884049 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

remove unused mkks.sh

although upstream still includes it.
parent bac5ce7b
#!/bin/sh
cat $* | awk 'BEGIN { \
printf "/*\n * This file is generated from %s. Do not edit.\n */\n", \
"$(INCLUDESRC)/keysymdef.h";\
} \
/^#define/ { \
len = length($2)-3; \
printf("{ \"%s\", %s },\n", substr($2,4,len), $3); \
}'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment