diff options
author | infirit <[email protected]> | 2013-08-02 13:53:04 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-08-02 13:53:04 +0200 |
commit | cceaed2400a5db758f48a372e429e3410271275f (patch) | |
tree | 9b7c05468187355ad5212eb8c1d26bea8c79ff02 /invest-applet/docs/Makefile.am | |
parent | 32a2bc051959798d978e6967bd34ff8882aada39 (diff) | |
download | mate-applets-cceaed2400a5db758f48a372e429e3410271275f.tar.bz2 mate-applets-cceaed2400a5db758f48a372e429e3410271275f.tar.xz |
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'invest-applet/docs/Makefile.am')
-rw-r--r-- | invest-applet/docs/Makefile.am | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/invest-applet/docs/Makefile.am b/invest-applet/docs/Makefile.am index a7995d25..c7580938 100644 --- a/invest-applet/docs/Makefile.am +++ b/invest-applet/docs/Makefile.am @@ -1,11 +1,10 @@ -include $(top_srcdir)/mate-doc-utils.make -dist-hook: doc-dist-hook +@YELP_HELP_RULES@ -DOC_MODULE = mate-invest-applet -DOC_ENTITIES = legal.xml +HELP_ID = mate-invest-applet +HELP_FILES = index.docbook legal.xml -DOC_FIGURES = figures/symbol-search.png +HELP_MEDIA = figures/symbol-search.png -DOC_LINGUAS = ca de el en_GB es fi ru sv zh_CN +HELP_LINGUAS = ca de el en_GB es fi ru sv zh_CN -include $(top_srcdir)/git.mk |