Ensure that inbox subdirectory exists

This commit is contained in:
Jonas Schäfer 2019-05-15 18:07:42 +02:00
parent 696b2332e3
commit dbf46b7a59
1 changed files with 1 additions and 1 deletions

View File

@ -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)