[123112] trunk/base/doc/Makefile.in

cal at macports.org cal at macports.org
Tue Aug 5 06:51:58 PDT 2014


Revision: 123112
          https://trac.macports.org/changeset/123112
Author:   cal at macports.org
Date:     2014-08-05 06:51:58 -0700 (Tue, 05 Aug 2014)
Log Message:
-----------
base: doc: Don't attempt to compile asciidoc to roff without both asciidoc and xsltproc

https://lists.macosforge.org/pipermail/macports-dev/2014-August/027529.html

Modified Paths:
--------------
    trunk/base/doc/Makefile.in

Modified: trunk/base/doc/Makefile.in
===================================================================
--- trunk/base/doc/Makefile.in	2014-08-05 13:20:29 UTC (rev 123111)
+++ trunk/base/doc/Makefile.in	2014-08-05 13:51:58 UTC (rev 123112)
@@ -100,7 +100,7 @@
 	ln -sf $(shell basename $$(awk '{print $$2}' < $<)).html $@
 
 # Define these rules only if both asciidoc and xsltproc are available
-ifneq ($(ASCIIDOC)$(XSLTPROC),)
+ifneq ($(and $(ASCIIDOC),$(XSLTPROC)),)
 %: %.xml manpage.xsl
 	$(XSLTPROC) $(XSLTFLAGS) manpage.xsl $<
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140805/d111794f/attachment.html>


More information about the macports-changes mailing list