diff options
author | hekel <[email protected]> | 2014-02-24 09:19:49 -0500 |
---|---|---|
committer | Adam Erdman <[email protected]> | 2014-02-24 16:29:28 -0500 |
commit | a2092246983d2a4fb3065cd31bfdd86950aea104 (patch) | |
tree | 107ccf10fd91a8cb2e6438b4f9e68b8ad03010d2 /Makefile.am | |
parent | 78efd141584157484ff6aa3712a24e69e272b241 (diff) | |
download | mate-media-a2092246983d2a4fb3065cd31bfdd86950aea104.tar.bz2 mate-media-a2092246983d2a4fb3065cd31bfdd86950aea104.tar.xz |
Add missing Man pages for binaries
Create Makefile for man pages
Create mate-volume-control.1
Create mate-volume-control-applet.1
add dir man to mate-media Makefile.am
add man/Makefile to mate-media configure.ac
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c5079d2..1d157d0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ NULL = -SUBDIRS = po +SUBDIRS = po man if HAVE_SOUND_THEME SUBDIRS += sound-theme @@ -26,6 +26,7 @@ DISTCHECK_CONFIGURE_FLAGS = \ DIST_SUBDIRS = \ po \ + man \ mate-volume-control \ gst-mixer \ gst-mixer-applet \ |