From f0586a57dc684f9b608cc7c56d937d25bc4a2629 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 14 Jan 2002 14:04:14 +0000 Subject: [PATCH] fixing make distcheck Original commit message from CVS: fixing make distcheck --- docs/manual/BUILD | 5 +++++ docs/manual/README | 5 +++++ tests/old/testsuite/Makefile.am | 4 ++-- testsuite/Makefile.am | 4 ++-- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/manual/BUILD b/docs/manual/BUILD index b7c8d9e..2a6eed0 100644 --- a/docs/manual/BUILD +++ b/docs/manual/BUILD @@ -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 diff --git a/docs/manual/README b/docs/manual/README index b7c8d9e..2a6eed0 100644 --- a/docs/manual/README +++ b/docs/manual/README @@ -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 diff --git a/tests/old/testsuite/Makefile.am b/tests/old/testsuite/Makefile.am index 6e4f476..244ac4b 100644 --- a/tests/old/testsuite/Makefile.am +++ b/tests/old/testsuite/Makefile.am @@ -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 diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am index 6e4f476..244ac4b 100644 --- a/testsuite/Makefile.am +++ b/testsuite/Makefile.am @@ -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 -- 2.7.4