summaryrefslogtreecommitdiff
path: root/help/Makefile.am
blob: fd1c9a2bab0a02a583709b7de720a7e67ad1ec10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@YELP_HELP_RULES@
 
HELP_ID = pluma
HELP_FILES = index.docbook legal.xml
HELP_MEDIA = \
	figures/pluma_recent_files_menu_icon.png	\
	figures/pluma_window.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))) )

-include $(top_srcdir)/git.mk