Neo ist eine ergonomische Tastaturbelegung, welche für die deutsche Sprache optimiert ist. https://neo-layout.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
neo-layout/portable/Makefile

19 lines
718 B

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 ../unix/freebsd/neo.kbd
mkdir -p neo_portable/neo
cp autorun.* neo_portable
cp ../grafik/logos/neo.ico ../windows/neo-vars/out/neo20.exe ../linux/xmodmap/neo_de.xmodmap ../mac_osx/neo.keylayout ../unix/freebsd/neo.kbd 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
rm -f neo_portable.tar.gz neo_portable.zip
.PHONY: deploy clean