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

raimue at macports.org raimue at macports.org
Fri Dec 14 19:58:25 PST 2012


Revision: 100549
          https://trac.macports.org/changeset/100549
Author:   raimue at macports.org
Date:     2012-12-14 19:58:25 -0800 (Fri, 14 Dec 2012)
Log Message:
-----------
doc:
Fix typo in check for selfupdate run

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

Modified: branches/new-help-system/base/doc/Makefile
===================================================================
--- branches/new-help-system/base/doc/Makefile	2012-12-15 03:51:18 UTC (rev 100548)
+++ branches/new-help-system/base/doc/Makefile	2012-12-15 03:58:25 UTC (rev 100549)
@@ -1,7 +1,7 @@
 # If this is a selfupdate, we never want to run any tools from the target
 # prefix (could be broken or wrong architecture), otherwise try to use the
 # tools from the target prefix for generating man pages if they exist
-ifeq ($(SELFUPATING),1)
+ifeq ($(SELFUPDATING),1)
 ASCIIDOC=
 XSLTPROC=
 else
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121214/d5841152/attachment.html>


More information about the macports-changes mailing list