projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
078b003
)
remove stray spaces from po/automake.mk
author
John Darrington
<john@darrington.wattle.id.au>
Fri, 29 Nov 2019 06:56:25 +0000
(07:56 +0100)
committer
John Darrington
<john@darrington.wattle.id.au>
Fri, 29 Nov 2019 06:56:25 +0000
(07:56 +0100)
po/automake.mk
patch
|
blob
|
history
diff --git
a/po/automake.mk
b/po/automake.mk
index f3c9cc1372ed15e4eda00d7d7a7130751d96b15b..fd551969320e65461c131cfdea6e884a134cd065 100644
(file)
--- a/
po/automake.mk
+++ b/
po/automake.mk
@@
-63,8
+63,8
@@
$(POTFILE): $(TRANSLATABLE_FILES) $(UI_FILES) src/ui/gui/gen-dot-desktop.sh
$(LOCALPOFILED) $(POFILES): $(POTFILE)
$(AM_V_GEN)$(MSGMERGE) --previous --quiet $(top_srcdir)/$@ $? -o $@,tmp
$(AM_V_at)if test -e $(top_srcdir)/$@,aux ; then \
-
touch $@,tmp ; \
-
msgcat --use-first $(top_srcdir)/$@,aux $@,tmp -o $@,tmp; \
+ touch $@,tmp ; \
+ msgcat --use-first $(top_srcdir)/$@,aux $@,tmp -o $@,tmp; \
fi ;
$(AM_V_at)$(SED) -e '/^"POT-Creation-Date: /d' $@,tmp > $@,tmp2
$(RM) $@,tmp