1 # Makefile for Moe isolator
2 # (c) 2012 Martin Mares <mj@ucw.cz>
5 PROGS+=$(o)/isolate/isolate
7 DOCS+=$(o)/isolate/isolate.1 $(o)/isolate/isolate.1.html
9 EXTRA_RUNDIRS+=$(MAN1DIR)
11 $(o)/isolate/isolate: $(o)/isolate/isolate.o
13 $(o)/isolate/isolate.1: $(s)/isolate/isolate.1.txt
15 $(Q)a2x -f manpage -D $(o)/isolate $<
16 $(Q)$(call symlink,$@,run/$(MAN1DIR))
18 # The dependency on isolate.1 is there to serialize both calls of asciidoc,
19 # which does not name temporary files safely.
20 $(o)/isolate/isolate.1.html: $(s)/isolate/isolate.1.txt $(o)/isolate/isolate.1
22 $(Q)a2x -f xhtml -D $(o)/isolate $<