Skip to content

Commit

Permalink
Add to Makefile png and svg images generation
Browse files Browse the repository at this point in the history
Signed-off-by: Dscano <[email protected]>
  • Loading branch information
Dscano committed Jan 5, 2025
1 parent 79ab44a commit 2fc304a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/v1/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ ${SPEC}.html: ${SPEC}.adoc
-a rouge-css=$(ROUGE_CSS) $<

images:
soffice --convert-to svg --outdir resources/figs resources/figs/*.odg > /dev/null 2>&1
soffice --convert-to png --outdir resources/figs resources/figs/*.odg > /dev/null 2>&1

build_spec_with_images: images all
Expand Down

0 comments on commit 2fc304a

Please sign in to comment.