[27371] trunk/doc/guide/Makefile

source_changes at macosforge.org source_changes at macosforge.org
Tue Jul 31 11:52:12 PDT 2007


Revision: 27371
          http://trac.macosforge.org/projects/macports/changeset/27371
Author:   markd at macports.org
Date:     2007-07-31 11:52:12 -0700 (Tue, 31 Jul 2007)

Log Message:
-----------
Add --nonet to the params for the new guide to try to eliminate occasional regen failures.

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

Modified: trunk/doc/guide/Makefile
===================================================================
--- trunk/doc/guide/Makefile	2007-07-31 18:07:49 UTC (rev 27370)
+++ trunk/doc/guide/Makefile	2007-07-31 18:52:12 UTC (rev 27371)
@@ -72,7 +72,7 @@
 	mkdir -p ${NEWHTMLDIR}
 	cp ${NEWRESOURCES}${CSS_STYLESHEET} ${NEWHTMLDIR}
 	cp ${NEWRESOURCES}/images/* ${NEWHTMLDIR}
-	xsltproc --xinclude ${NEWSTRINGPARAMS} -o "${NEWHTMLDIR}/guide.html" "${NEWSTYLESHEET}" "${NEWSOURCEDIR}/guide.xml"
+	xsltproc --nonet --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/20070731/9ee7d64b/attachment.html


More information about the macports-changes mailing list