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:
parent
696b2332e3
commit
dbf46b7a59
2
Makefile
2
Makefile
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user