Skip to content

Commit 521dace

Browse files
authored
Fix paths in Makefile (#1719)
1 parent 3e65c0c commit 521dace

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ include/branches.csv:
112112
# Other files are generated together with branches.csv
113113
include/end-of-life.csv: include/branches.csv
114114
@:
115-
include/release-cycle-all.svg: include/branches.csv
115+
_static/release-cycle-all.svg: include/branches.csv
116116
@:
117-
include/release-cycle.svg: include/branches.csv
117+
_static/release-cycle.svg: include/branches.csv
118118
@:
119119

120120
# Catch-all target: route all unknown targets to Sphinx using the new

0 commit comments

Comments
 (0)