Skip to content

Commit

Permalink
docs: fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
xieby1 committed Dec 20, 2024
1 parent 593c0df commit 029767f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ doc: ${MDs} docs/SUMMARY.md ${PYSVGs} ${EXTRACTMKDs}
docs/SUMMARY.md: ./docs/generate_summary.py $(filter-out %SUMMARY.md,${MDs})
$< $(dir $<) > $@

%_py.dot: %_dot.py docs/designs/builders/images/common.py
%_py.dot: %_dot.py docs/designs/4.builders/images/common.py
python3 $<
%.svg: %.dot
dot -Tsvg $< -o $@
Expand Down

0 comments on commit 029767f

Please sign in to comment.