projects
/
ltsp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9834aa7
)
reproducible-mo-files
author
Debian LTSP Maintainers
<team+ltsp@tracker.debian.org>
Sat, 16 Mar 2019 02:19:33 +0000
(
02:19
+0000)
committer
Raspbian forward porter
<root@raspbian.org>
Sat, 16 Mar 2019 02:19:33 +0000
(
02:19
+0000)
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: