summaryrefslogtreecommitdiff
path: root/help/Makefile.am
blob: e12ad56eadfa4028d8da0fe9d9dbbbbb34dcc83a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
@YELP_HELP_RULES@

HELP_ID = mate-control-center
HELP_FILES = \
	index.docbook \
	config-accessibility-keyboard.xml \
	config-background.xml \
	config-behavior.xml \
	config-cds.xml \
	config-default-apps.xml \
	config-file-type.xml \
	config-hints.xml \
	config-html.xml \
	config-kbd.xml \
	config-keybindings.xml \
	config-mouse.xml \
	config-screensaver.xml \
	config-themes.xml \
	legal.xml

if USE_NLS
# 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))) )
else
HELP_LINGUAS =
endif

-include $(top_srcdir)/git.mk