Skip to content
Snippets Groups Projects
Commit 6d86b697 authored by David Douard's avatar David Douard
Browse files

doc: use inkscape instead of dia to generate image files

it makes life a bit easier for CI (less dependencies).
parent 92e240e8
No related branches found
No related tags found
No related merge requests found
......@@ -7,19 +7,11 @@ BUILD_TARGETS += $(MERKLE_DAG)
all: $(BUILD_TARGETS)
# dia exporters
%.eps: %.dia
dia -t eps --export $@ $<
%.svg: %.dia
dia -t svg --export $@ $<
# generic converters
%.pdf: %.eps
epstopdf $<
inkscape -l $@ $<
%.pdf: %.dia
inkscape -A $@ $<
clean:
-rm -f $(BUILD_TARGETS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment