adding man page

Original commit message from CVS:
adding man page
This commit is contained in:
Thomas Vander Stichele 2002-03-01 15:46:26 +00:00
parent a5a27736ee
commit a283b4bfdd
2 changed files with 5 additions and 1 deletions

View 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

View 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)