feat: support plantuml files

This commit is contained in:
Dominik Meyer 2024-09-06 08:37:47 +02:00
parent 0b1141ffa3
commit ff7baa77ec
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97

View File

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