diff options
author | pascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-01-22 12:01:24 +0000 |
---|---|---|
committer | pascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2009-01-22 12:01:24 +0000 |
commit | ce7d567c0a96cd7cd49ec0d76c7dd3f4c10e7fe0 (patch) | |
tree | 39c63659b03e4c630b5a0286b5e95fe32c871442 /linux | |
parent | fe7a1449a7890c27a420ced80510c3fdc68580d2 (diff) |
zukünftig wahrscheinlich aufzunehmende keysyms für alte Systeme entfernt
git-svn-id: https://svn.neo-layout.org@1504 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r-- | linux/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/linux/Makefile b/linux/Makefile index 90889c5..86d7b55 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -21,7 +21,10 @@ xmodmap/neo_de_x-prog.xmodmap:xmodmap/neo_de.xmodmap xmodmap/neo_de_alternative.xmodmap:xmodmap/neo_de.xmodmap - sed -e s/U202F/NoSymbol/g -e s/dead_stroke/NoSymbol/g $< > $@ + sed -e s/U202F/NoSymbol/g\ + -e s/dead_stroke/NoSymbol/g\ + -e s/dead_doublegrave/U02F5/g\ + -e s/dead_dasia/U1FFE/g $< > $@ xmodmap/neo_de.xmodmap.referenz:xmodmap/neo_de.xmodmap cd xmodmap; ./erzeuge_neo_de_referenz > neo_de.xmodmap.referenz |