From bd224c737aad81d66dd1b0384844efa9c5f3be4c Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 21 May 2008 13:06:35 +0000 Subject: Makefile für neo_portable geschrieben und als post-commit hook gesetzt .zip abrufbar über http://www.eigenheimstrasse.de/neo/svn/portable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@518 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- portable/Makefile | 18 ++++++++++++++++++ portable/autorun.inf | 4 ++++ portable/autorun.sh | 3 +++ 3 files changed, 25 insertions(+) create mode 100644 portable/Makefile create mode 100644 portable/autorun.inf create mode 100755 portable/autorun.sh (limited to 'portable') diff --git a/portable/Makefile b/portable/Makefile new file mode 100644 index 0000000..92a56c0 --- /dev/null +++ b/portable/Makefile @@ -0,0 +1,18 @@ +neo_portable: autorun.inf autorun.sh ../grafik/logos/neo.ico ../windows/autohotkey/neo20-all-in-one.exe ../linux/xmodmap/neo_de.xmodmap + mkdir -p neo_portable/neo + cp autorun.* neo_portable + cp ../grafik/logos/neo.ico ../windows/autohotkey/neo20-all-in-one.exe ../linux/xmodmap/neo_de.xmodmap neo_portable/neo + +neo_portable.zip: neo_portable + cd neo_portable; zip -r neo_portable * + mv neo_portable/neo_portable.zip . + +neo_portable.tar.gz: neo_portable + tar -czf neo_portable.tar.gz neo_portable + +deploy: neo_portable.tar.gz neo_portable.zip + +clean: + rm -rf neo_portable* + +.PHONY: deploy clean diff --git a/portable/autorun.inf b/portable/autorun.inf new file mode 100644 index 0000000..66dd69d --- /dev/null +++ b/portable/autorun.inf @@ -0,0 +1,4 @@ +[autorun] +OPEN = neo\neo20-all-in-one.exe +ACTION = neo\neo20-all-in-one.exe +ICON = neo\neo.ico diff --git a/portable/autorun.sh b/portable/autorun.sh new file mode 100755 index 0000000..4e004a9 --- /dev/null +++ b/portable/autorun.sh @@ -0,0 +1,3 @@ +#!/bin/sh +setxkbmap ie +xmodmap neo/neo_de.xmodmap -- cgit v1.2.3