diff options
author | ben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-12-13 23:37:00 +0000 |
---|---|---|
committer | ben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-12-13 23:37:00 +0000 |
commit | 2821d2f77eb530f16069b9d60e6f19ff551a2161 (patch) | |
tree | a5889bcb0d54fc4ffc0f067c9af095f666e580f8 | |
parent | 86b081d95485b27e477437e9a9b42e0db6d564f0 (diff) |
freebsd und mac treiber zu neo_portable hinzugefügt
git-svn-id: https://svn.neo-layout.org@1276 b9310e46-f624-0410-8ea1-cfbb3a30dc96
-rw-r--r-- | portable/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/portable/Makefile b/portable/Makefile index 5c01dc2..8724848 100644 --- a/portable/Makefile +++ b/portable/Makefile @@ -1,7 +1,7 @@ -neo_portable: autorun.inf autorun.sh ../grafik/logos/neo.ico ../windows/autohotkey/neo20.exe ../linux/xmodmap/neo_de.xmodmap +neo_portable: autorun.inf autorun.sh ../grafik/logos/neo.ico ../windows/autohotkey/neo20.exe ../linux/xmodmap/neo_de.xmodmap ../mac_osx/neo.keylayout ../freebsd/neo.kbd mkdir -p neo_portable/neo cp autorun.* neo_portable - cp ../grafik/logos/neo.ico ../windows/autohotkey/neo20.exe ../linux/xmodmap/neo_de.xmodmap neo_portable/neo + cp ../grafik/logos/neo.ico ../windows/autohotkey/neo20.exe ../linux/xmodmap/neo_de.xmodmap ../mac_osx/neo.keylayout ../freebsd/neo.kbd neo_portable/neo neo_portable.zip: neo_portable cd neo_portable; zip -r neo_portable * |