File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,12 @@ include bin/makefile.push
47
47
-include $(output ) /makefile.migrations
48
48
-include $(output ) /makefile.sphinx-migration
49
49
50
- $(output ) /makefile.% :bin/makefile-builder/% .py bin/makefile_builder.py bin/builder_data.py conf.py
50
+ $(output ) /makefile.% :bin/makefile-builder/% .py bin/makefile_builder.py bin/builder_data.py
51
51
@mkdir -p $(output )
52
- @$(PYTHONBIN ) bin/makefile-builder/$(subst .,,$(suffix $@ ) ) .py $@
52
+ @$(PYTHONBIN ) $< $@
53
+ $(output ) /makefile.intersphinx :bin/makefile-builder/intersphinx.py bin/makefile_builder.py conf.py
54
+ @mkdir -p $(output )
55
+ @$(PYTHONBIN ) $< $@
53
56
54
57
# ############ Meta targets that control the build and publication process. #############
55
58
.PHONY : publish publish-if-up-to-date
You can’t perform that action at this time.
0 commit comments