From: Martin Mares Date: Mon, 24 Sep 2012 14:02:42 +0000 (+0200) Subject: Isolate: Serialization of calls to AsciiDoc X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=3785891b6065eb8cea8ca0167768c76161ad9bb2;p=moe.git Isolate: Serialization of calls to AsciiDoc --- diff --git a/isolate/Makefile b/isolate/Makefile index 011a005..4b562c6 100644 --- a/isolate/Makefile +++ b/isolate/Makefile @@ -15,6 +15,8 @@ $(o)/isolate/isolate.1: $(s)/isolate/isolate.1.txt $(Q)a2x -f manpage -D $(o)/isolate $< $(Q)$(call symlink,$@,run/$(MAN1DIR)) -$(o)/isolate/isolate.1.html: $(s)/isolate/isolate.1.txt +# The dependency on isolate.1 is there to serialize both calls of asciidoc, +# which does not name temporary files safely. +$(o)/isolate/isolate.1.html: $(s)/isolate/isolate.1.txt $(o)/isolate/isolate.1 $(M)"HTML $<" $(Q)a2x -f xhtml -D $(o)/isolate $<