doc: download plantuml.jar from lrde.epita.fr
* doc/Makefile.am (PLANTUML_URL): Adjust.
This commit is contained in:
parent
5f46becc01
commit
dd973d120e
1 changed files with 4 additions and 1 deletions
|
|
@ -54,7 +54,10 @@ org: $(PICTURES_EXTRA)
|
||||||
cat $(builddir)/org/org.errors; exit 1; \
|
cat $(builddir)/org/org.errors; exit 1; \
|
||||||
else :; fi
|
else :; fi
|
||||||
|
|
||||||
PLANTUML_URL = https://sourceforge.net/projects/plantuml/files/latest/download
|
# We mirror the SourceForge URL here, because we have too many issues
|
||||||
|
# with these automated download otherwise (mainly SSL issues and down
|
||||||
|
# time), and failing to download those breaks our automated builds.
|
||||||
|
PLANTUML_URL = https://www.lrde.epita.fr/dload/spot/deps/plantuml.jar
|
||||||
org/plantuml.jar:
|
org/plantuml.jar:
|
||||||
wget $(PLANTUML_URL) -O org/plantuml.jar || curl -L $(PLANTUML_URL) -o org/plantuml.jar
|
wget $(PLANTUML_URL) -O org/plantuml.jar || curl -L $(PLANTUML_URL) -o org/plantuml.jar
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue