mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Require build to exist before writing into it
This commit is contained in:
parent
2b6db98c3c
commit
d8f1bbc86d
2
Makefile
2
Makefile
@ -97,7 +97,7 @@ $(all_xep_xmls): $(OUTDIR)/%.xml: %.xml $(XMLDEPS)
|
|||||||
$(OUTDIR)/xep.xsl: xep.xsl $(OUTDIR)
|
$(OUTDIR)/xep.xsl: xep.xsl $(OUTDIR)
|
||||||
cp $< $@
|
cp $< $@
|
||||||
|
|
||||||
$(OUTDIR)/xeplist.xml: $(wildcard *.xml) $(wildcard inbox/*.xml)
|
$(OUTDIR)/xeplist.xml: $(wildcard *.xml) $(wildcard inbox/*.xml) $(OUTDIR)
|
||||||
./tools/extract-metadata.py > $@
|
./tools/extract-metadata.py > $@
|
||||||
|
|
||||||
$(EXAMPLESDIR)/%.xml: xep-%.xml $(XMLDEPS) examples.xsl | $(EXAMPLESDIR)
|
$(EXAMPLESDIR)/%.xml: xep-%.xml $(XMLDEPS) examples.xsl | $(EXAMPLESDIR)
|
||||||
|
Loading…
Reference in New Issue
Block a user