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 f735b8a commit 3575449
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions help/Makefile.am
Expand Up @@ -16,5 +16,8 @@ HELP_MEDIA = figures/addColumn.png \
figures/systemMonitor.png \
figures/viewMenu.png

HELP_LINGUAS = ar bg ca cs da de el es fr oc pa sv 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), \
$(filter-out $(IGNORE_HELP_LINGUAS),$(subst /,,$(dir $(wildcard */*.po)))), \
$(subst /,,$(dir $(wildcard */*.po))) )

0 comments on commit 3575449

Please sign in to comment.