feat: support excalidraw files
This commit is contained in:
parent
36a5c4706f
commit
0b1141ffa3
5
Makefile
5
Makefile
@ -57,6 +57,11 @@ endif
|
||||
@cp $< $@
|
||||
@touch $@.dep
|
||||
|
||||
%.svg: %.excalidraw.svg
|
||||
@echo "**** Renaming excalidraw file $< *****"
|
||||
@cp $< $@
|
||||
@touch $@.dep
|
||||
|
||||
%.pdf: %.svg
|
||||
@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
|
||||
|
Loading…
Reference in New Issue
Block a user