Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e65c0c commit 521daceCopy full SHA for 521dace
1 file changed
Makefile
@@ -112,9 +112,9 @@ include/branches.csv:
112
# Other files are generated together with branches.csv
113
include/end-of-life.csv: include/branches.csv
114
@:
115
-include/release-cycle-all.svg: include/branches.csv
+_static/release-cycle-all.svg: include/branches.csv
116
117
-include/release-cycle.svg: include/branches.csv
+_static/release-cycle.svg: include/branches.csv
118
119
120
# Catch-all target: route all unknown targets to Sphinx using the new
0 commit comments