summaryrefslogtreecommitdiff
path: root/settings.pmk
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2012-09-01 09:51:27 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2012-10-16 11:07:30 -0500
commit61173c1b58efa79c0ba6b08348d2796a249d0186 (patch)
tree00ebf544db18942e2a1ecfc5e5fa16931127d38f /settings.pmk
parent3dc2e7497f1798ae4ff6c5c8c562666bc10a393c (diff)
move help structure one directory up
Change-Id: Ie970e39fbb6795a92d9fdd13510409d7dcd071bc
Diffstat (limited to 'settings.pmk')
-rw-r--r--settings.pmk5
1 files changed, 5 insertions, 0 deletions
diff --git a/settings.pmk b/settings.pmk
new file mode 100644
index 0000000000..3716281ca8
--- /dev/null
+++ b/settings.pmk
@@ -0,0 +1,5 @@
+.INCLUDE : $(LOCAL_COMMON_OUT)/inc$/aux_langs.mk
+.INCLUDE : $(LOCAL_COMMON_OUT)/inc$/help_exist.mk
+
+aux_alllangiso_all:=$(foreach,i,$(alllangiso) $(foreach,j,$(aux_langdirs) $(eq,$i,$j $i $(NULL))))
+aux_alllangiso:=$(foreach,i,$(aux_alllangiso_all) $(foreach,j,$(help_exist) $(eq,$i,$j $i $(NULL))))