[Scummvm-cvs-logs] SF.net SVN: scummvm: [24967] docs/trunk/docbook

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Mon Jan 1 14:17:28 CET 2007


Revision: 24967
          http://scummvm.svn.sourceforge.net/scummvm/?rev=24967&view=rev
Author:   fingolfin
Date:     2007-01-01 05:17:27 -0800 (Mon, 01 Jan 2007)

Log Message:
-----------
Added some notes on OSX with Fink

Modified Paths:
--------------
    docs/trunk/docbook/Makefile
    docs/trunk/docbook/README

Modified: docs/trunk/docbook/Makefile
===================================================================
--- docs/trunk/docbook/Makefile	2007-01-01 11:29:20 UTC (rev 24966)
+++ docs/trunk/docbook/Makefile	2007-01-01 13:17:27 UTC (rev 24967)
@@ -4,8 +4,16 @@
 # I dunno right now how to set it up portably right now :-/
 DCL = -l /sw/share/sgml/openjade-1.3.2/pubtext/xml.dcl
 
+
+# Settings for the modern XSL/FOP based toolchain.
+# FIXME: This, too, is tuned for Fink / OS X
 DOCBOOK_XSL = /sw/share/xml/xsl/docbook-xsl
 
+
+#
+# Everything after here *should* be portable.
+#
+
 MANUAL_DST = manual.html manual.txt manual/index.html manual.pdf
 DEVGUIDE_DST = devguide.html devguide.txt devguide/index.html devguide.pdf
 FAQ_DST = faq.html faq.txt faq.pdf faq.inc

Modified: docs/trunk/docbook/README
===================================================================
--- docs/trunk/docbook/README	2007-01-01 11:29:20 UTC (rev 24966)
+++ docs/trunk/docbook/README	2007-01-01 13:17:27 UTC (rev 24967)
@@ -33,6 +33,27 @@
 CygWin. I added a link that seems helpful to the link section below.
 
 
+Mac OS X with Fink
+------------------
+For the classic tool chain, you need to install the
+  docbook-bundle
+  docbook-utils
+  tidy (for post-processing)
+packages (which in turn will install, amongst others, the "docbook-dtd"
+and "openjade" packages).
+
+For the modern tool chain, install
+  libxslt-bin (for xsltproc)
+  fop
+  docbook-xsl
+
+For "make check" to work (which uses "xmllint"), you will also need to install
+  libxml2-bin
+
+Finally, if you installed Fink in a non-standard location (i.e. not under /sw),
+you will have to edit the Makefile slightly.
+
+
 What needs to be done?
 ======================
 * Make the build system work on more systems (i.e. not just mine)


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list