1
0
mirror of https://github.com/moparisthebest/xeps synced 2024-11-21 08:45:04 -05:00

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

View File

@ -71,7 +71,7 @@ xml: $(xep_xmls) $(xep_ancillary)
inbox-html: $(proto_xep_htmls) inbox-html: $(proto_xep_htmls)
.PHONY: inbox-xml .PHONY: inbox-xml
inbox-xml: $(proto_xep_xmls) inbox-xml: $(OUTDIR)/inbox $(proto_xep_xmls)
.PHONY: pdf .PHONY: pdf
pdf: $(xep_pdfs) pdf: $(xep_pdfs)