adding man page
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 1 Mar 2002 15:46:26 +0000 (15:46 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 1 Mar 2002 15:46:26 +0000 (15:46 +0000)
Original commit message from CVS:
adding man page

gst-plugins.spec.in
tools/Makefile.am

index 9ea3183..cb230d2 100644 (file)
@@ -31,6 +31,8 @@ plugins.
 %defattr(-, root, root)
 %doc AUTHORS COPYING README  
 %{_bindir}/gst-launch-ext
+%{_mandir}/man1/gst-launch-ext.*
+
 %prep
 %setup -n gst-plugins-%{ver}
 %build
index ebe5153..28ec5f0 100644 (file)
@@ -1,3 +1,5 @@
 bin_SCRIPTS = gst-launch-ext
 
-EXTRA_DIST = gst-launch-ext
+man_MANS = gst-launch-ext.1
+
+EXTRA_DIST = $(bin_SCRIPTS) $(man_MANS)