diff options
author | pascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2010-04-06 11:48:45 +0000 |
---|---|---|
committer | pascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2010-04-06 11:48:45 +0000 |
commit | 5037ebe76c12058b435de812e65a742484ea09d7 (patch) | |
tree | 7a7d0f99c6b5dfe2fbde8a33162267a5bc378a5d /linux/Makefile | |
parent | b08938b86c83df3760774aa7a8c0137c0451f6d8 (diff) |
Stichprobe auf dead_dasia → bei alten Systemen neo_de_alternative.xmodmap
git-svn-id: https://svn.neo-layout.org@2282 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux/Makefile')
-rw-r--r-- | linux/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linux/Makefile b/linux/Makefile index 88bab29..c44bead 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -31,7 +31,8 @@ xmodmap/neo_de_alternative.xmodmap:xmodmap/neo_de.xmodmap -e 's/keycode\ 108/keysym\ KP_Enter/g' \ -e 's/dead_stroke/NoSymbol/g' \ -e 's/dead_doublegrave/U02F5/g' \ - -e 's/dead_dasia/U1FFE/g' $< > $@ + -e 's/\x09dead_psili/\x09dead_abovecomma/g' \ + -e 's/\x09dead_dasia/\x09dead_abovereversedcomma/g' $< > $@ xmodmap/neo_de.xmodmap.referenz:xmodmap/neo_de.xmodmap cd xmodmap; ./erzeuge_neo_de_referenz > neo_de.xmodmap.referenz |