mirror of
https://gitlab.com/Nanolx/qwad.git
synced 2024-11-22 02:29:18 +01:00
Makefile build german translation, fix installation of translations
This commit is contained in:
parent
9b0c1ed685
commit
a58b7c6164
3
Makefile
3
Makefile
@ -1,4 +1,5 @@
|
||||
all:
|
||||
-lrelease i18n/Qwad_de.ts
|
||||
|
||||
clean:
|
||||
rm -rf GUI/__pycache__/
|
||||
@ -9,7 +10,7 @@ install:
|
||||
mkdir -p $(DESTDIR)/usr/share/Qwad/i18n
|
||||
mkdir -p $(DESTDIR)/usr/bin
|
||||
install -m755 qwad $(DESTDIR)/usr/bin
|
||||
install -m644 i18n/*.ts $(DESTDIR)/usr/share/Qwad/i18n
|
||||
install -m644 i18n/*.qm $(DESTDIR)/usr/share/Qwad/i18n
|
||||
cp -r GUI WiiPy TitleIDs.py i18n Qwad.pyw Qwad_rc.py README COPYING AUTHORS $(DESTDIR)/usr/share/Qwad/
|
||||
|
||||
uninstall:
|
||||
|
Loading…
Reference in New Issue
Block a user