[27107] trunk/doc/guide/Makefile

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 19 12:33:42 PDT 2007


Revision: 27107
          http://trac.macosforge.org/projects/macports/changeset/27107
Author:   markd at macports.org
Date:     2007-07-19 12:33:42 -0700 (Thu, 19 Jul 2007)

Log Message:
-----------
Oops, CSS_STYLESHEET was unnecessary.

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

Modified: trunk/doc/guide/Makefile
===================================================================
--- trunk/doc/guide/Makefile	2007-07-19 19:29:19 UTC (rev 27106)
+++ trunk/doc/guide/Makefile	2007-07-19 19:33:42 UTC (rev 27107)
@@ -38,11 +38,10 @@
 XML_CATALOG_FILES?=    ${prefix}/etc/xml/catalog
 XML_DEBUG_CATALOG?=
 CSS_STYLESHEET?=	docbook.css
-NEWCSS_STYLESHEET?=	docbook.css
 RESOURCES?=		resources/
 NEWRESOURCES?=		new/resources/
 STRINGPARAMS?=		--stringparam html.stylesheet ${CSS_STYLESHEET} --stringparam chunk.section.depth 0
-NEWSTRINGPARAMS?=	--stringparam html.stylesheet ${NEWCSS_STYLESHEET} --stringparam section.autolabel 1 --stringparam toc.section.depth 1 --stringparam generate.toc "book toc"
+NEWSTRINGPARAMS?=	--stringparam html.stylesheet ${CSS_STYLESHEET} --stringparam section.autolabel 1 --stringparam toc.section.depth 1 --stringparam generate.toc "book toc"
 
 .PHONY : all
 .PHONY : clean
@@ -67,7 +66,7 @@
 
 new:
 	mkdir -p ${NEWHTMLDIR}
-	cp ${NEWRESOURCES}${NEWCSS_STYLESHEET} ${NEWHTMLDIR}
+	cp ${NEWRESOURCES}${CSS_STYLESHEET} ${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/20070719/5f51545f/attachment.html


More information about the macports-changes mailing list