From d4b79188e8032465f395eb50a1606afc4db0dee6 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 7 Jul 2005 09:10:17 +0000 Subject: [PATCH] more macosx madness fixing Original commit message from CVS: more macosx madness fixing --- docs/manual/BUILD | 52 ----------------------------------------- docs/manual/Makefile.am | 2 +- 2 files changed, 1 insertion(+), 53 deletions(-) delete mode 100644 docs/manual/BUILD diff --git a/docs/manual/BUILD b/docs/manual/BUILD deleted file mode 100644 index 2a6eed0712..0000000000 --- a/docs/manual/BUILD +++ /dev/null @@ -1,52 +0,0 @@ -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 - job on it too ;) - -Thomas's new comments on the doc building : -------------------------------------------- -* originally the manual was written with DocBook 3.0 in mind, which - supported the graphic tag. That is now deprecated, so I changed it to - the new mediaobject tag set. - -* eps files in images/ should be generated from the makefile. You need to - have fig2dev installed for that. - - -Wtay's original comments : --------------------------- - -For now use: - - db2html gstreamer-manual - -(On debian, db2html is in the cygnus-stylesheets package) - -You will need the png support for docbook (see GNOME documentation project) - -convert the fig images to png with: - - fig2dev -L png -s 16 fig/.fig images/.png - -Put a link in the gstreamer-manual directory with - - ln -s ../images gstreamer-manual/images - -point your browser to gstreamer-manual/gstreamer.html - -Fix typing errors and correct bad english. -Let me know about the stuff that needs some more explanation. -Let me know about the structure of the document. diff --git a/docs/manual/Makefile.am b/docs/manual/Makefile.am index 8ee9e30038..12deaaf274 100644 --- a/docs/manual/Makefile.am +++ b/docs/manual/Makefile.am @@ -29,7 +29,7 @@ include $(srcdir)/../upload.mak ### this is standard automake stuff # package up all the source -EXTRA_DIST = $(SRC) +EXTRA_DIST = $(SRC) README # install documentation docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/$(DOC)