From f674074966ea7d0c01807c1c1443b9853c584f9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 11 Apr 2022 19:32:34 +0200 Subject: Remove location lines from po files. While useful, they clutter the changelog to much. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 22ea4c08..8f533f02 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ obj-$(GUILE_VERSION)/%.go: module/%.scm go_files: $(GO_FILES) po/%.po: $(SCM_FILES) - xgettext $(XGETTEXT_FLAGS) --output $@ -L scheme $^ --join-existing --omit-header + xgettext $(XGETTEXT_FLAGS) --output $@ -L scheme $^ --join-existing --omit-header --no-location po/new.po: $(SCM_FILES) xgettext $(XGETTEXT_FLAGS) --output $@ -L scheme $^ -- cgit v1.2.3