summaryrefslogtreecommitdiff
path: root/portable
diff options
context:
space:
mode:
authorben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-12-13 23:37:00 +0000
committerben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2008-12-13 23:37:00 +0000
commit2821d2f77eb530f16069b9d60e6f19ff551a2161 (patch)
treea5889bcb0d54fc4ffc0f067c9af095f666e580f8 /portable
parent86b081d95485b27e477437e9a9b42e0db6d564f0 (diff)
downloadneo-layout-2821d2f77eb530f16069b9d60e6f19ff551a2161.tar.gz
neo-layout-2821d2f77eb530f16069b9d60e6f19ff551a2161.tar.bz2
neo-layout-2821d2f77eb530f16069b9d60e6f19ff551a2161.zip
freebsd und mac treiber zu neo_portable hinzugefügt
git-svn-id: https://svn.neo-layout.org@1276 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'portable')
-rw-r--r--portable/Makefile4
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 *