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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Mon Mar 5 21:49:46 CET 2007


Revision: 25998
          http://scummvm.svn.sourceforge.net/scummvm/?rev=25998&view=rev
Author:   fingolfin
Date:     2007-03-05 12:49:46 -0800 (Mon, 05 Mar 2007)

Log Message:
-----------
Added win32 makefile

Modified Paths:
--------------
    docs/trunk/docbook/Makefile.xsltproc

Added Paths:
-----------
    docs/trunk/docbook/Makefile.win32

Added: docs/trunk/docbook/Makefile.win32
===================================================================
--- docs/trunk/docbook/Makefile.win32	                        (rev 0)
+++ docs/trunk/docbook/Makefile.win32	2007-03-05 20:49:46 UTC (rev 25998)
@@ -0,0 +1,2 @@
+WIN32 = 1
+include Makefile.xsltproc


Property changes on: docs/trunk/docbook/Makefile.win32
___________________________________________________________________
Name: svn:mime-type
   + text/plain
Name: svn:keywords
   + Date Rev Author URL Id
Name: svn:eol-style
   + native

Modified: docs/trunk/docbook/Makefile.xsltproc
===================================================================
--- docs/trunk/docbook/Makefile.xsltproc	2007-03-05 20:49:23 UTC (rev 25997)
+++ docs/trunk/docbook/Makefile.xsltproc	2007-03-05 20:49:46 UTC (rev 25998)
@@ -4,15 +4,18 @@
 # Try various potential locations for the stylesheets, picking the
 # first one we find.
 #
+ifdef WIN32
+DOCBOOK_XSL := $(PWD)/docbook-xsl
+else
 XSL_CANDIDATES = \
   $(strip $(foreach TMP_XSL, \
     /sw/share/xml/xsl/docbook-xsl \
     /usr/share/sgml/docbook/stylesheet/xsl/nwalsh \
-    ./docbook-xsl, \
+    $(PWD)/docbook-xsl, \
     $(shell test -d $(TMP_XSL) && echo $(TMP_XSL))))
 DOCBOOK_XSL := $(firstword $(XSL_CANDIDATES))
+endif
 
-
 #
 # These rules use docbook-xsl and xsltproc (from libxslt)
 # HTML and XHTML output


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