summaryrefslogtreecommitdiff
path: root/help/Makefile.am
blob: 7e821d0a64c83bce82ab0afa2838d2e9ce8d9999 (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
@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

# 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