diff options
Diffstat (limited to 'help/Makefile.am')
-rw-r--r-- | help/Makefile.am | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/help/Makefile.am b/help/Makefile.am index ba58c53c..d847b21d 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -1,17 +1,11 @@ SUBDIRS = reference -if ENABLE_HELP +@YELP_HELP_RULES@ -include $(top_srcdir)/mate-doc-utils.make -dist-hook: doc-dist-hook +HELP_ID = atril +HELP_FILES = index.docbook legal.xml +HELP_MEDIA = figures/atril_start_window.png -DOC_MODULE = atril -DOC_ENTITIES = legal.xml -DOC_INCLUDES = -DOC_FIGURES = figures/atril_start_window.png - -DOC_LINGUAS = bg ca cs de el en_GB es eu fi fr it ja nl oc pt_BR ru sl sr sv uk vi zh_CN +HELP_LINGUAS = bg ca cs de el en_GB es eu fi fr it ja nl oc pt_BR ru sl sr sv uk vi zh_CN -include $(top_srcdir)/git.mk - -endif |