Skip to content

Commit

Permalink
Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Lysquid committed Feb 17, 2024
1 parent adbf20e commit 5a5149f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,18 @@ uninstall:
@echo
xkalamine remove fr/ergol
@echo

release:
rm -rf dist
kalamine make data/layouts/erglace.toml
cp data/layouts/erglace.toml dist/
cp -f dist/erglace.json data/layouts/erglace.json
mv -f dist/erglace.svg img
cp -f img/erglace.svg img/erglace_1dk.svg
cp -f img/erglace.svg img/erglace_altgr.svg
cp -f img/erglace.svg img/erglace_all.svg
cp -f img/erglace.svg img/erglace_iso.svg
sed -i 's/iso intlBackslash/ergo ol40/g' img/erglace.svg
sed -i 's/iso intlBackslash/ergo ol40 dk/g' img/erglace_1dk.svg
sed -i 's/iso intlBackslash/ergo ol40 altgr/g' img/erglace_altgr.svg
sed -i 's/iso intlBackslash/ergo ol40 mixed/g' img/erglace_all.svg

0 comments on commit 5a5149f

Please sign in to comment.