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 8, 2018
1 parent 5c5fc36 commit ff7769b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion help/Makefile.am
Expand Up @@ -3,4 +3,9 @@
HELP_ID = mate-sensors-applet
HELP_FILES = index.docbook legal.xml
HELP_MEDIA = figures/applet_in_panel.png
HELP_LINGUAS =

# 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))) )

0 comments on commit ff7769b

Please sign in to comment.