diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-11-21 11:42:55 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-11-21 11:43:31 +0100 |
commit | aed8959322468cf9ecdb6ae034cf95af938917c1 (patch) | |
tree | 846b8e1708bd942282068ef8a1be85c57410aad6 /po | |
parent | e0c1caece593eeaeb1a75b368dff31c96d332b46 (diff) | |
download | aurweb-aed8959322468cf9ecdb6ae034cf95af938917c1.tar.xz |
po/Makefile: Always regenerate POTFILES
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 49eab32..e27e85b 100644 --- a/po/Makefile +++ b/po/Makefile @@ -69,4 +69,4 @@ install: all uninstall: for l in ${LOCALES}; do rm -rf ${DESTDIR}${PREFIX}/$$l/LC_MESSAGES/; done -.PHONY: all update-pot update-po clean install uninstall +.PHONY: all update-pot update-po clean install uninstall POTFILES |