feat: use own version of plantuml
This commit is contained in:
parent
ff7baa77ec
commit
b220a13665
2
Makefile
2
Makefile
@ -43,7 +43,7 @@ endif
|
|||||||
|
|
||||||
%.svg: %.plantuml
|
%.svg: %.plantuml
|
||||||
@echo "**** Generating $@ from plantuml file $< ****"
|
@echo "**** Generating $@ from plantuml file $< ****"
|
||||||
@plantuml -tsvg $<
|
@${MakefileBase}/bin/plantuml -tsvg $<
|
||||||
@touch $@.dep
|
@touch $@.dep
|
||||||
|
|
||||||
%.pdf: %.image.tex
|
%.pdf: %.image.tex
|
||||||
|
5
bin/plantuml
Executable file
5
bin/plantuml
Executable file
@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
LOCATION=$(dirname $0)
|
||||||
|
|
||||||
|
java -jar ${LOCATION}/plantuml.jar $@
|
BIN
bin/plantuml.jar
Normal file
BIN
bin/plantuml.jar
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user