ADD: support .drawio.svg images
This commit is contained in:
parent
110f4474e7
commit
837b70cca8
5
Makefile
5
Makefile
@ -46,6 +46,11 @@ endif
|
|||||||
@dot -Tpdf $< -o $@
|
@dot -Tpdf $< -o $@
|
||||||
@touch $@.dep
|
@touch $@.dep
|
||||||
|
|
||||||
|
%.svg: %.drawio.svg
|
||||||
|
@echo "**** Renaming drawio file $< *****"
|
||||||
|
@cp $< $@
|
||||||
|
@touch $@.dep
|
||||||
|
|
||||||
%.pdf: %.svg
|
%.pdf: %.svg
|
||||||
@echo "**** Generating $@ from svg file $< ****"
|
@echo "**** Generating $@ from svg file $< ****"
|
||||||
@if [ $(INKSCAPE_EXIST) != "0" ]; then echo "The inkscape tool required for converting svg --> pdf is missing. Please install it"; exit -1; fi
|
@if [ $(INKSCAPE_EXIST) != "0" ]; then echo "The inkscape tool required for converting svg --> pdf is missing. Please install it"; exit -1; fi
|
||||||
|
Loading…
Reference in New Issue
Block a user