diff options
Diffstat (limited to 'help/Makefile.am')
-rw-r--r-- | help/Makefile.am | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/help/Makefile.am b/help/Makefile.am index 9b3ddbe..8d67539 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -1,14 +1,12 @@ -include $(top_srcdir)/mate-doc-utils.make -dist-hook: doc-dist-hook +@YELP_HELP_RULES@ -DOC_MODULE = eom -DOC_ENTITIES = legal.xml -DOC_INCLUDES = -DOC_FIGURES = \ +HELP_ID = eom +HELP_FILES = index.docbook legal.xml +HELP_MEDIA = \ figures/eom_save_as_window.png \ figures/eom_start_window.png \ figures/eom_toolbar_editor_window.png -DOC_LINGUAS = ar ca cs da de el en_GB es eu fi fr it ja ko oc pa pl pt_BR ru sv th uk zh_CN zh_TW +HELP_LINGUAS = ar ca cs da de el en_GB es eu fi fr it ja ko oc pa pl pt_BR ru sv th uk zh_CN zh_TW -include $(top_srcdir)/git.mk |