diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-08 10:40:53 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-08 10:40:53 +0100 |
commit | dee37f922a02f2474dc6127f55c0e9e7218bbae6 (patch) | |
tree | 301ad83a3b72ee56108582d39e17736ebfa4816d | |
parent | info: add specifications for strftime (diff) | |
download | scrotty-dee37f922a02f2474dc6127f55c0e9e7218bbae6.tar.gz scrotty-dee37f922a02f2474dc6127f55c0e9e7218bbae6.tar.bz2 scrotty-dee37f922a02f2474dc6127f55c0e9e7218bbae6.tar.xz |
touch .po files when update, incase .pot is newer but without updates
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -193,6 +193,7 @@ po/%.po: obj/scrotty.pot else \ $(MSGMERGE) --no-wrap -U $@ $<; \ fi + @touch $@ .PHONY: TAGS TAGS: |