mirror of
https://git.launchpad.net/~ubuntu-qt-code/+git/calamares-settings-ubuntu
synced 2026-01-26 19:43:35 +00:00
12 lines
225 B
Makefile
Executable File
12 lines
225 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
LANGUAGES := ar ca de es eu gl be da el et fr ko pl pt pt_BR
|
|
|
|
all:
|
|
for i in $(LANGUAGES); do \
|
|
/usr/lib/qt5/bin/lrelease "calamares-lubuntu_$$i.ts"; \
|
|
rm calamares-lubuntu_$$i.ts; \
|
|
done
|
|
|
|
# vim:ts=4
|