feat: use own version of plantuml

This commit is contained in:
Dominik Meyer 2024-09-06 08:46:19 +02:00
parent ff7baa77ec
commit b220a13665
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97
3 changed files with 6 additions and 1 deletions

View File

@ -43,7 +43,7 @@ endif
%.svg: %.plantuml
@echo "**** Generating $@ from plantuml file $< ****"
@plantuml -tsvg $<
@${MakefileBase}/bin/plantuml -tsvg $<
@touch $@.dep
%.pdf: %.image.tex

5
bin/plantuml Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
LOCATION=$(dirname $0)
java -jar ${LOCATION}/plantuml.jar $@

BIN
bin/plantuml.jar Normal file

Binary file not shown.