Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use make functions for HELP_LINGUAS
  • Loading branch information
rbuj authored and raveit65 committed Oct 7, 2018
1 parent 4e1387c commit 2260170
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions help/Makefile.am
Expand Up @@ -6,10 +6,10 @@ HELP_MEDIA = figures/mate-terminal-default.png \
figures/mate-terminal-tabbed.png
# 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


# Move to HELP_LINGUAS in transition to yelp-tools
#SUBDIRS = bg ro ja zh_TW
# Add linguas to be ignored, e.g. IGNORE_HELP_LINGUAS = ca de es fr
IGNORE_HELP_LINGUAS =
HELP_LINGUAS = $(if $(IGNORE_HELP_LINGUAS), \
$(filter-out $(IGNORE_HELP_LINGUAS),$(subst /,,$(dir $(wildcard */*.po)))), \
$(subst /,,$(dir $(wildcard */*.po))) )

-include $(top_srcdir)/git.mk

0 comments on commit 2260170

Please sign in to comment.