fixing make distcheck

Original commit message from CVS:
fixing make distcheck
This commit is contained in:
Thomas Vander Stichele 2002-01-14 14:04:14 +00:00
parent 57dc4b544d
commit f0586a57dc
4 changed files with 14 additions and 4 deletions

View file

@ -4,8 +4,13 @@ Current requirements for building the docs :
libxslt >= 1.0.6
libxml2 >= 2.4.12
These are not included with RH72. They are in debian. GDE has good rpms.
To build pdf's from xslt stuff, you need xmltex and (on redhat)
passivetex. They are not known to have been built on either redhat or
debian yet though.
Wingo's new comments on the doc building :
------------------------------------------
* Well he should add them soon here since he overhauled it. And did a good

View file

@ -4,8 +4,13 @@ Current requirements for building the docs :
libxslt >= 1.0.6
libxml2 >= 2.4.12
These are not included with RH72. They are in debian. GDE has good rpms.
To build pdf's from xslt stuff, you need xmltex and (on redhat)
passivetex. They are not known to have been built on either redhat or
debian yet though.
Wingo's new comments on the doc building :
------------------------------------------
* Well he should add them soon here since he overhauled it. And did a good

View file

@ -1,5 +1,5 @@
# FIXME : refcounting threads bytestream
SUBDIRS = capsnego plugin cleanup
SUBDIRS = caps capsnego plugin cleanup
testprogs = test_gst_init
@ -12,4 +12,4 @@ LIBS = $(GST_LIBS)
CFLAGS = $(GST_CFLAGS)
# FIXME : refcounting threadds
DIST_SUBDIRS = capsnego plugin bytestream cleanup
DIST_SUBDIRS = caps capsnego plugin bytestream cleanup

View file

@ -1,5 +1,5 @@
# FIXME : refcounting threads bytestream
SUBDIRS = capsnego plugin cleanup
SUBDIRS = caps capsnego plugin cleanup
testprogs = test_gst_init
@ -12,4 +12,4 @@ LIBS = $(GST_LIBS)
CFLAGS = $(GST_CFLAGS)
# FIXME : refcounting threadds
DIST_SUBDIRS = capsnego plugin bytestream cleanup
DIST_SUBDIRS = caps capsnego plugin bytestream cleanup