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

raimue at macports.org raimue at macports.org
Fri Jul 16 19:05:11 PDT 2010


Revision: 69812
          http://trac.macports.org/changeset/69812
Author:   raimue at macports.org
Date:     2010-07-16 19:05:11 -0700 (Fri, 16 Jul 2010)
Log Message:
-----------
Reorder rules, fixes build with /usr/bin/make as shipped with Xcode

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 02:03:24 UTC (rev 69811)
+++ branches/new-help-system/base/doc/Makefile	2010-07-17 02:05:11 UTC (rev 69812)
@@ -58,12 +58,12 @@
 %.xml: %.txt asciidoc.conf
 	$(ASCIIDOC) $(ASCIIDOCFLAGS) -d manpage -b docbook $<
 
+%: %.soelim
+	ln -f $< $@
+
 %: %.xml manpage.xsl
 	$(XSLTPROC) $(XSLTFLAGS) manpage.xsl $<
 
-%: %.soelim
-	ln -f $< $@
-
 %.html: %.txt asciidoc.conf
 	$(ASCIIDOC) $(ASCIIDOCFLAGS) -d manpage -b xhtml11 $<
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100716/03dbfe97/attachment.html>


More information about the macports-changes mailing list