projects
/
ltsp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e04285
)
reproducible-mo-files
author
Debian LTSP Maintainers
<team+ltsp@tracker.debian.org>
Wed, 29 May 2019 20:02:07 +0000
(21:02 +0100)
committer
Vagrant Cascadian
<vagrant@debian.org>
Wed, 29 May 2019 20:02:07 +0000
(21:02 +0100)
Avoid always checking weather the .pot file should be regenerated.
Gbp-Pq: Name reproducible-mo-files
po/Makefile
patch
|
blob
|
history
diff --git
a/po/Makefile
b/po/Makefile
index 8e26bf272d97a7711732a68d3404601dca2d0506..399e1f939221c26d1f2c42fb7e57bc793144b128 100644
(file)
--- a/
po/Makefile
+++ b/
po/Makefile
@@
-16,7
+16,7
@@
DESTDIR=/
%.po: $(DOMAIN).pot
msgmerge -U $*.po $(DOMAIN).pot
-$(DOMAIN).pot:
$(GETTEXTFILES)
+$(DOMAIN).pot:
$(shell xgettext -L Shell -o $(DOMAIN).pot $(GETTEXTFILES))
update-po: