xkb/Makefile
author Fabien Ninoles <fabien@tzone.org>
Sat, 16 Apr 2016 12:28:11 -0400
changeset 16 b3c1a18fe12e
parent 6 8daa0d8b9a0e
permissions -rw-r--r--
Comment the follow up behavior.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6
8daa0d8b9a0e New local geometry.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     1
all: bepo.xkb bepo.ps
8daa0d8b9a0e New local geometry.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     2
8daa0d8b9a0e New local geometry.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     3
%.xkm: %.xkb
8daa0d8b9a0e New local geometry.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     4
	xkbcomp $< $@
8daa0d8b9a0e New local geometry.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     5
8daa0d8b9a0e New local geometry.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     6
%.ps: %.xkm
8daa0d8b9a0e New local geometry.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     7
	xkbprint -color $< -o $@
8daa0d8b9a0e New local geometry.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     8
8daa0d8b9a0e New local geometry.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
     9
pc105.xkb: symbols/prog
8daa0d8b9a0e New local geometry.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
    10
	setxkbmap -model pc105 -layout prog -variant bepo -print | xkbcomp -xkb -a -I. - $@
8daa0d8b9a0e New local geometry.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
    11
8daa0d8b9a0e New local geometry.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
    12
local.xkb: symbols/prog geometry/trulyergonomic geometry/local
8daa0d8b9a0e New local geometry.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
    13
	setxkbmap -geometry "local(ted209)" -layout prog -variant bepo -print | xkbcomp -xkb -a -I. - $@
8daa0d8b9a0e New local geometry.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
    14
8daa0d8b9a0e New local geometry.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
    15
trulyergonomic.xkb: symbols/prog geometry/trulyergonomic geometry/local
8daa0d8b9a0e New local geometry.
Fabien Ninoles <fabien@tzone.org>
parents:
diff changeset
    16
	setxkbmap -geometry "trulyergonomic" -layout prog -variant bepo -print | xkbcomp -xkb -a -I. - $@