summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-13 22:09:26 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-13 22:09:26 +0300
commitccf089ddb650c337dcac75a26990db0360c78024 (patch)
treef53e81ba35466c84ba0b96519b14346fb4393aa7 /Makefile
parentAdd read support for room access options (#324) (diff)
downloadnheko-ccf089ddb650c337dcac75a26990db0360c78024.tar.xz
Fix translations
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 606ae24b..4d46e935 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,11 @@ docker-debian-appimage: debian-image
 	docker run --privileged -v `pwd`:/build nheko-debian-appimage make linux-deploy
 
 update-translations:
-	lupdate src/**/*.cc src/**/*.cpp -ts resources/langs/nheko_*.ts -no-obsolete
+	lupdate \
+		-locations relative \
+		-Iinclude/dialogs \
+		-Iinclude \
+		src/ -ts resources/langs/nheko_*.ts -no-obsolete
 
 clean:
 	rm -rf build