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.
|
#!/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
|