diff options
author | infirit <[email protected]> | 2013-08-01 13:55:03 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-08-01 13:55:03 +0200 |
commit | f32f9164eecf1734727852365a95f1aed3a8d59a (patch) | |
tree | a97afa8d3d38b8bf297be57afc6c9889ed353e48 /gst-mixer/doc/Makefile.am | |
parent | 7418b30d4e11f78cdb58c6d8afa67c5ddbb2f0d5 (diff) | |
download | mate-media-f32f9164eecf1734727852365a95f1aed3a8d59a.tar.bz2 mate-media-f32f9164eecf1734727852365a95f1aed3a8d59a.tar.xz |
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'gst-mixer/doc/Makefile.am')
-rw-r--r-- | gst-mixer/doc/Makefile.am | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/gst-mixer/doc/Makefile.am b/gst-mixer/doc/Makefile.am index a75e543..564d1c8 100644 --- a/gst-mixer/doc/Makefile.am +++ b/gst-mixer/doc/Makefile.am @@ -1,9 +1,8 @@ -include $(top_srcdir)/build-aux/mate-doc-utils.make -dist-hook: doc-dist-hook -DOC_MODULE = mate-volume-control -DOC_ENTITIES = legal.xml -DOC_INCLUDES = -DOC_FIGURES = figures/mate-volume-control_window.png -DOC_LINGUAS = ca cs da de el en_GB es fr it oc ru sv zh_CN +@YELP_HELP_RULES + +HELP_ID = mate-volume-control +HELP_FILES = index.docbook legal.xml +HELP_MEDIA = figures/mate-volume-control_window.png +HELP_LINGUAS = ca cs da de el en_GB es fr it oc ru sv zh_CN -include $(top_srcdir)/git.mk |