diff options
author | Stefano Karapetsas <[email protected]> | 2014-02-25 09:35:47 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-02-25 09:35:47 +0100 |
commit | bddf0bf83366e1e57b5e9df25abb42269723e869 (patch) | |
tree | 107ccf10fd91a8cb2e6438b4f9e68b8ad03010d2 /Makefile.am | |
parent | 78efd141584157484ff6aa3712a24e69e272b241 (diff) | |
parent | a2092246983d2a4fb3065cd31bfdd86950aea104 (diff) | |
download | mate-media-bddf0bf83366e1e57b5e9df25abb42269723e869.tar.bz2 mate-media-bddf0bf83366e1e57b5e9df25abb42269723e869.tar.xz |
Merge pull request #41 from hekel/master
Add missing Man pages for binaries
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 \ |