summaryrefslogtreecommitdiff
path: root/scripts/newbitmaps/strings/localized_text/Makefile
blob: bfbf9336147a468e1681b56c0b740db2149e21a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

LOCALES=ar bg bn ca cs da de el en en_GB es es_419 et fa fi fil fr gu hi hr \
	hu id it iw ja kn ko lt lv ml mr ms nl no pl pt_BR pt_PT ro ru sk sl \
	sr sv ta te th tr uk vi zh_CN zh_TW

all:
	./build_message $(LOCALES)
clean:
	rm -f */*.png

.PHONY: clean all $(DIR_TARGETS)