aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-04-11 19:32:34 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-04-11 19:32:34 +0200
commitf674074966ea7d0c01807c1c1443b9853c584f9f (patch)
tree47eabd1abe6f94ba27ec9f3260be8eadbc9ca001 /Makefile
parentRemove config sandbox. (diff)
downloadcalp-f674074966ea7d0c01807c1c1443b9853c584f9f.tar.gz
calp-f674074966ea7d0c01807c1c1443b9853c584f9f.tar.xz
Remove location lines from po files.
While useful, they clutter the changelog to much.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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 $^