diff options
author | Stefano Karapetsas <[email protected]> | 2012-12-08 22:18:30 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-12-08 22:18:30 +0100 |
commit | 4cf8fbb6f138203019c67df2db9b48f2b02cae79 (patch) | |
tree | c787d84646619b59c88fa212004e507b74a47185 /gst-mixer-applet/docs/Makefile.am | |
parent | e9711267ec88b5e3510f1b59796dc155ed22b156 (diff) | |
download | mate-media-4cf8fbb6f138203019c67df2db9b48f2b02cae79.tar.bz2 mate-media-4cf8fbb6f138203019c67df2db9b48f2b02cae79.tar.xz |
add gst-mixer-applet (moved from mate-applets package)
it will builds only if gstreamer is enabled
Diffstat (limited to 'gst-mixer-applet/docs/Makefile.am')
-rw-r--r-- | gst-mixer-applet/docs/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gst-mixer-applet/docs/Makefile.am b/gst-mixer-applet/docs/Makefile.am new file mode 100644 index 0000000..f0a31ab --- /dev/null +++ b/gst-mixer-applet/docs/Makefile.am @@ -0,0 +1,11 @@ +include $(top_srcdir)/build-aux/mate-doc-utils.make +dist-hook: doc-dist-hook + +DOC_MODULE = mate-mixer_applet2 +DOC_ENTITIES = legal.xml + +DOC_FIGURES = figures/volumecontrol_applet.png + +DOC_LINGUAS = ca cs da de el en_GB es eu fi fr hu it ko oc pa pt_BR ru sv uk zh_CN + +-include $(top_srcdir)/git.mk |