diff options
author | infirit <[email protected]> | 2013-08-02 23:48:37 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-08-02 23:48:37 +0200 |
commit | 469ced618af5cd39b46d58cc0206be396bbf45e5 (patch) | |
tree | 358ba5588772e8a3adeb8ae523c87f7f8365374a /help/Makefile.am | |
parent | 3bd935a21f54a78bee26999e09af74eb86c5fdf2 (diff) | |
download | mate-terminal-469ced618af5cd39b46d58cc0206be396bbf45e5.tar.bz2 mate-terminal-469ced618af5cd39b46d58cc0206be396bbf45e5.tar.xz |
Use yelp-tools instead of mate-doc-utils
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 |