summaryrefslogtreecommitdiff
path: root/locale/Makefile
diff options
context:
space:
mode:
authorMichael Sweet <michael.r.sweet@gmail.com>2017-07-18 11:33:03 -0400
committerMichael Sweet <michael.r.sweet@gmail.com>2017-07-18 11:33:03 -0400
commit6d086e08e411af3881aaf57a57ac9c4f0e79c51b (patch)
tree3fec54328e0da551fe9d8b1010737f4462146e3b /locale/Makefile
parent49f495c32ea222a7d4f7b1e643203105eb67df40 (diff)
downloadcups-6d086e08e411af3881aaf57a57ac9c4f0e79c51b.tar.gz
Fix the cups.strings file generation (bug in code that generates the Unicode
quotes), and add support for .strings files in checkpo so that we can validate the results from now on (rdar://33287650)
Diffstat (limited to 'locale/Makefile')
-rw-r--r--locale/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/locale/Makefile b/locale/Makefile
index 7d55289ec..ef5693c74 100644
--- a/locale/Makefile
+++ b/locale/Makefile
@@ -163,9 +163,7 @@ checkpo: checkpo.o ../cups/$(LIBCUPSSTATIC)
$(COMMONLIBS) $(LIBZ)
checkall: checkpo
- for file in *.po; do \
- ./checkpo $$file; \
- done
+ ./checkpo *.po *.strings
#