summaryrefslogtreecommitdiff
path: root/help/Makefile.am
blob: 6795bff84d49bc7df5391b8a17adac109a3a9d97 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SUBDIRS = examples

@YELP_HELP_RULES@
include $(top_srcdir)/gtester.mk

HELP_ID = grilo-plugins
HELP_FILES = grilo-plugins.xml
HELP_EXTRA = legal.xml
HELP_MEDIA = ../examples/example-tmdb.c
HELP_LINGUAS =

# For manual checking:
XMLLINT = xmllint
validate: $(srcdir)/C/grilo-plugins.xml
	$(XMLLINT) --xinclude --postvalid --noout $<

-include $(top_srcdir)/git.mk