summaryrefslogtreecommitdiff
path: root/portable
diff options
context:
space:
mode:
authorerik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-01-05 00:09:35 +0000
committererik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-01-05 00:09:35 +0000
commit83c6ded2a66d5725ec452d8c11dbb87b2aebfd56 (patch)
treef054499ac8c77812ff770fff560cda41d7fdcbb0 /portable
parent46f6307f0d0cd0bd7f714d8bac84d1fb065a27eb (diff)
downloadneo-layout-83c6ded2a66d5725ec452d8c11dbb87b2aebfd56.tar.gz
neo-layout-83c6ded2a66d5725ec452d8c11dbb87b2aebfd56.tar.bz2
neo-layout-83c6ded2a66d5725ec452d8c11dbb87b2aebfd56.zip
ah, oh, da hatte ich das übersehen. und ben: ich hatte das direkt auf dem server im www-verzeichnis geändert, weil ich gar nicht bemerkt hatte, dass diese dateien (die links) so im svn sind. wie sehen links unter windows aus? ;-)
git-svn-id: https://svn.neo-layout.org@1373 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 8724848..28f0198 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 ../mac_osx/neo.keylayout ../freebsd/neo.kbd
+neo_portable: autorun.inf autorun.sh ../grafik/logos/neo.ico ../windows/neo-vars/out/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 ../mac_osx/neo.keylayout ../freebsd/neo.kbd neo_portable/neo
+ cp ../grafik/logos/neo.ico ../windows/neo-vars/out/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 *