From 3785891b6065eb8cea8ca0167768c76161ad9bb2 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 24 Sep 2012 16:02:42 +0200 Subject: [PATCH] Isolate: Serialization of calls to AsciiDoc --- isolate/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 $< -- 2.39.2