spec update tools install fixes

Original commit message from CVS:
spec update
tools install fixes
This commit is contained in:
Thomas Vander Stichele 2004-02-12 12:13:51 +00:00
parent c67718aff2
commit 5757471d79
3 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
* tools/Makefile.am: fix man page installation
2004-02-12 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:

View file

@ -27,6 +27,7 @@ BuildRequires: flex
BuildRequires: m4
BuildRequires: gtk-doc >= 1.1
BuildRequires: gcc
BuildRequires: gettext
BuildRequires: zlib-devel
BuildRequires: popt > 1.6
Prereq: /sbin/ldconfig

View file

@ -80,18 +80,18 @@ gst_xmlinspect_@GST_MAJORMINOR@_LDADD = ../libs/gst/control/libgstcontrol-@GST_M
### man pages we want to install
if GST_DISABLE_REGISTRY
GST_REGISTRY_MAN = gst-register-@GST_MAJORMINOR@.1
else
GST_REGISTRY_MAN=
else
GST_REGISTRY_MAN = gst-register-@GST_MAJORMINOR@.1
endif
if GST_DISABLE_LOADSAVE
GST_LOADSAVE_MAN=
else
GST_LOADSAVE_MAN = \
gst-complete-@GST_MAJORMINOR@.1 \
gst-compprep-@GST_MAJORMINOR@.1 \
gst-xmllaunch-@GST_MAJORMINOR@.1
else
GST_LOADSAVE_MAN=
endif
GST_OTHER_MAN = \