Edit

kc3-lang/libxkbcommon/scripts/update-keysyms

Branch :

  • Show log

    Commit

  • Author : Ran Benita
    Date : 2017-07-29 14:37:23
    Hash : 0a19267f
    Message : build: move custom targets to scripts/ and remove from makefile These scripts generate source code that is committed to git and hence do not really belong in the build system. A maintainer runs them as needed. Signed-off-by: Ran Benita <ran234@gmail.com>

  • scripts/update-keysyms
  • #!/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 > xkbcommon/xkbcommon-keysyms.h
    scripts/makekeys xkbcommon/xkbcommon-keysyms.h > src/ks_tables.h