aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index f76518d..d2d4aa7 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -26,7 +26,7 @@ $(TEMPLATE): $(FILES)
touch $(TEMPLATE)
xgettext --join-existing \
--from-code=UTF-8 --language=Tcl --keyword=_ \
- --sort-by-file --output=$(TEMPLATE) \
+ --sort-output --no-location --output=$(TEMPLATE) \
--package-name="$(PACKAGE_NAME)" \
--package-version=$(PACKAGE_VERSION) \
--copyright-holder='This file is put in the public domain' \