[27292] trunk/doc/guide/Makefile

source_changes at macosforge.org source_changes at macosforge.org
Fri Jul 27 10:23:24 PDT 2007


Revision: 27292
          http://trac.macosforge.org/projects/macports/changeset/27292
Author:   markd at macports.org
Date:     2007-07-27 10:23:23 -0700 (Fri, 27 Jul 2007)

Log Message:
-----------
Fix support for images in the new guide.

Modified Paths:
--------------
    trunk/doc/guide/Makefile

Modified: trunk/doc/guide/Makefile
===================================================================
--- trunk/doc/guide/Makefile	2007-07-27 17:07:17 UTC (rev 27291)
+++ trunk/doc/guide/Makefile	2007-07-27 17:23:23 UTC (rev 27292)
@@ -45,8 +45,7 @@
 			--stringparam section.autolabel 1 \
 			--stringparam toc.section.depth 1 \
 			--stringparam generate.toc "book toc" \
-			--stringparam section.label.includes.component.label 1 \
-			--stringparam img.src.path ../resources/images/
+			--stringparam section.label.includes.component.label 1
 
 .PHONY : all
 .PHONY : clean
@@ -72,6 +71,7 @@
 new:
 	mkdir -p ${NEWHTMLDIR}
 	cp ${NEWRESOURCES}${CSS_STYLESHEET} ${NEWHTMLDIR}
+	cp ${NEWRESOURCES}/images/* ${NEWHTMLDIR}
 	xsltproc --xinclude ${NEWSTRINGPARAMS} -o "${NEWHTMLDIR}/guide.html" "${NEWSTYLESHEET}" "${NEWSOURCEDIR}/guide.xml"
 
 all: html xhtml tidy

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070727/56c2bbc6/attachment.html


More information about the macports-changes mailing list