From dbf46b7a5926c01a84efbfc87d5d4189b552b2d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Wed, 15 May 2019 18:07:42 +0200 Subject: [PATCH] Ensure that inbox subdirectory exists --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f194daa4..c97101dc 100644 --- a/Makefile +++ b/Makefile @@ -71,7 +71,7 @@ xml: $(xep_xmls) $(xep_ancillary) inbox-html: $(proto_xep_htmls) .PHONY: inbox-xml -inbox-xml: $(proto_xep_xmls) +inbox-xml: $(OUTDIR)/inbox $(proto_xep_xmls) .PHONY: pdf pdf: $(xep_pdfs)