diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-03-01 15:46:26 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-03-01 15:46:26 +0000 |
commit | b89b3f5f092fe2d6cbe160a3b0651b568fdf99c0 (patch) | |
tree | f3796324e7e4fd271e5b369c13b348ebc840d4f8 | |
parent | 227caf1fe7b6a3dde7104b63c7df82ee5a1e85a3 (diff) |
adding man page
Original commit message from CVS:
adding man page
-rw-r--r-- | gst-plugins.spec.in | 2 | ||||
-rw-r--r-- | tools/Makefile.am | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index 9ea31838..cb230d20 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -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 diff --git a/tools/Makefile.am b/tools/Makefile.am index ebe51531..28ec5f07 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -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) |