feat: support plantuml files
This commit is contained in:
parent
0b1141ffa3
commit
ff7baa77ec
5
Makefile
5
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
|
||||
|
Loading…
Reference in New Issue
Block a user