Skip to content

Commit

Permalink
Try to make it less prone to checkins.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Oct 25, 2024
1 parent d643776 commit 6b1f6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ index.html: ../README-source.adoc Makefile algebras.svg
#asciidoctor --trace -r asciidoctor-multipage -b multipage_html5 -D pages $<

%.svg: %.dot
dot -Tsvg $< -o $@
dot -Tsvg $< | sed -E 's/Generated by graphviz .*/Generated by graphviz/'> $@

%.dot: %.dot.m4
m4 $< > $@
Expand Down

0 comments on commit 6b1f6a7

Please sign in to comment.