[69811] branches/new-help-system/base/doc/Makefile

raimue at macports.org raimue at macports.org
Fri Jul 16 19:03:28 PDT 2010


Revision: 69811
          http://trac.macports.org/changeset/69811
Author:   raimue at macports.org
Date:     2010-07-16 19:03:24 -0700 (Fri, 16 Jul 2010)
Log Message:
-----------
Fix path to xsltproc

Modified Paths:
--------------
    branches/new-help-system/base/doc/Makefile

Modified: branches/new-help-system/base/doc/Makefile
===================================================================
--- branches/new-help-system/base/doc/Makefile	2010-07-17 00:51:07 UTC (rev 69810)
+++ branches/new-help-system/base/doc/Makefile	2010-07-17 02:03:24 UTC (rev 69811)
@@ -1,6 +1,6 @@
 ASCIIDOC=	${prefix}/bin/asciidoc
 ASCIIDOCFLAGS=	-f asciidoc.conf -a manversion=${MACPORTS_VERSION}
-XSLTPROC=	${prefix}/xsltproc
+XSLTPROC=	${prefix}/bin/xsltproc
 XSLTFLAGS=	-nonet
 
 MAN1=		port.1 \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100716/2a4a7297/attachment.html>


More information about the macports-changes mailing list