blob: aa440193f25557c0addd8937a6c29da75962b9d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
@YELP_HELP_RULES@
HELP_ID = mate-dictionary
HELP_FILES = index.docbook legal.xml
HELP_MEDIA = \
figures/mate-dictionary-add-source.png \
figures/mate-dictionary-applet.png \
figures/mate-dictionary-applet-window.png \
figures/mate-dictionary-application.png \
figures/mate-dictionary-find.png \
figures/mate-dictionary-lookup.png \
figures/mate-dictionary-preferences-print.png \
figures/mate-dictionary-preferences-source.png
# 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))) )
|