From: Ralph Ronnquist Date: Tue, 4 Jan 2022 23:39:04 +0000 (+1100) Subject: make pdf depend on png X-Git-Tag: 0.1~11 X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=71a0489975b6126f6a3129d1837b63912c4c427a;p=rrq%2Fhourglass.git make pdf depend on png --- diff --git a/Makefile b/Makefile index 999f4c9..17745a1 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,8 @@ hourglass-$(VERSION).tgz: $(BIN) $(OTHER) $(DOCS) %.html: %.adoc asciidoctor $< > $@ +hourglass-guide.pdf: $(wildcard *.png) + %.pdf: %.adoc asciidoctor-pdf $< > $@