mirror of https://gitee.com/openkylin/atril.git
16 lines
425 B
Makefile
16 lines
425 B
Makefile
SUBDIRS = reference
|
|
|
|
@YELP_HELP_RULES@
|
|
|
|
HELP_ID = atril
|
|
HELP_FILES = index.docbook legal.xml
|
|
HELP_MEDIA = figures/atril_start_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
|