diff --git a/Makefile b/Makefile index d197a93..c9e1314 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,11 @@ endif .SECONDARY: .latexmkrc .PHONY: clean watermark IEEE base +%.svg: %.plantuml + @echo "**** Generating $@ from plantuml file $< ****" + @plantuml -tsvg $< + @touch $@.dep + %.pdf: %.image.tex @echo "**** Generating $@ from tex file $< ****" @lualatex -output-directory=`dirname $<` $< >/dev/null