From b89b3f5f092fe2d6cbe160a3b0651b568fdf99c0 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 1 Mar 2002 15:46:26 +0000 Subject: adding man page Original commit message from CVS: adding man page --- tools/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tools/Makefile.am') 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) -- cgit