diff options
Diffstat (limited to 'help/Makefile.am')
-rw-r--r-- | help/Makefile.am | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/help/Makefile.am b/help/Makefile.am index 5336a66..6be193f 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -1,16 +1,14 @@ -include $(top_srcdir)/mate-doc-utils.make -dist-hook: doc-dist-hook +@YELP_HELP_RULES@ -DOC_MODULE = mate-terminal -DOC_ENTITIES = legal.xml -DOC_INCLUDES = -DOC_FIGURES = figures/mate-terminal-default.png \ - figures/mate-terminal-tabbed.png +HELP_ID = mate-terminal +HELP_FILES = index.docbook legal.xml +HELP_MEDIA = figures/mate-terminal-default.png \ + figures/mate-terminal-tabbed.png # figures/terminal-window.png This image is not used. -DOC_LINGUAS = da de ca cs el en_GB es fr it ko oc pt_BR ru sv uk zh_CN +HELP_LINGUAS = da de ca cs el en_GB es fr it ko oc pt_BR ru sv uk zh_CN -# Move to DOC_LINGUAS in transition to mate-doc-utils +# Move to HELP_LINGUAS in transition to mate-doc-utils SUBDIRS = bg ro ja zh_TW |