Use make functions for HELP_LINGUAS
parent
4e1387c23a
commit
22601705ec
|
@ -6,10 +6,10 @@ HELP_MEDIA = figures/mate-terminal-default.png \
|
||||||
figures/mate-terminal-tabbed.png
|
figures/mate-terminal-tabbed.png
|
||||||
# figures/terminal-window.png This image is not used.
|
# figures/terminal-window.png This image is not used.
|
||||||
|
|
||||||
HELP_LINGUAS = da de ca cs el en_GB es fr it ko oc pt_BR ru sv uk zh_CN
|
# Add linguas to be ignored, e.g. IGNORE_HELP_LINGUAS = ca de es fr
|
||||||
|
IGNORE_HELP_LINGUAS =
|
||||||
|
HELP_LINGUAS = $(if $(IGNORE_HELP_LINGUAS), \
|
||||||
# Move to HELP_LINGUAS in transition to yelp-tools
|
$(filter-out $(IGNORE_HELP_LINGUAS),$(subst /,,$(dir $(wildcard */*.po)))), \
|
||||||
#SUBDIRS = bg ro ja zh_TW
|
$(subst /,,$(dir $(wildcard */*.po))) )
|
||||||
|
|
||||||
-include $(top_srcdir)/git.mk
|
-include $(top_srcdir)/git.mk
|
||||||
|
|
Loading…
Reference in New Issue