X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=Makefile;h=17745a12e6a065dfeee5c2846c80737d4f357fe7;hb=71a0489975b6126f6a3129d1837b63912c4c427a;hp=999f4c90454937be4b44c837a3d54e093e62e647;hpb=c58461cf6ea38f43cdaeae95bb9d8204651eaf70;p=rrq%2Fhourglass.git 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 $< > $@