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 /mateweather/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 'mateweather/docs/Makefile.am')
-rw-r--r-- | mateweather/docs/Makefile.am | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/mateweather/docs/Makefile.am b/mateweather/docs/Makefile.am index 290ad9ef..ce3456dc 100644 --- a/mateweather/docs/Makefile.am +++ b/mateweather/docs/Makefile.am @@ -1,10 +1,9 @@ -include $(top_srcdir)/mate-doc-utils.make -dist-hook: doc-dist-hook +@YELP_HELP_RULES@ -DOC_MODULE = mateweather -DOC_ENTITIES = legal.xml +HELP_ID = mateweather +HELP_FILES = index.docbook legal.xml -DOC_FIGURES = figures/mateweather_applet.png \ +HELP_MEDIA = figures/mateweather_applet.png \ figures/mateweather-details.png \ figures/mateweather-menu-prefs.png \ figures/mateweather-prefs-general.png \ @@ -19,6 +18,6 @@ DOC_FIGURES = figures/mateweather_applet.png \ figures/stock_weather-storm.png \ figures/stock_weather-sunny.png -DOC_LINGUAS = ar ca cs de el en_GB es eu fi fr ko nl oc pa pt_BR ru sv uk zh_CN +HELP_LINGUAS = ar ca cs de el en_GB es eu fi fr ko nl oc pa pt_BR ru sv uk zh_CN -include $(top_srcdir)/git.mk |