• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#!/bin/sh
2# Run this if you add/remove a new keyword to the xkbcomp scanner,
3# or just want to regenerate the gperf file.
4gperf < src/xkbcomp/keywords.gperf > src/xkbcomp/keywords.c
5