Skip to content
Snippets Groups Projects
Commit f120fdca authored by vlorentz's avatar vlorentz
Browse files

Prevent Plantuml from trying to use X.

Reviewers: #reviewers, douardda

Reviewed By: #reviewers, douardda

Differential Revision: https://forge.softwareheritage.org/D743
parents 53326b7d 165341c2
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ py-deps-ext.dot: $(PY_DEPGRAPH) $(PY_REQUIREMENTS)
dot -T svg $< > $@
%.svg: %.uml
plantuml -tsvg $<
DISPLAY="" plantuml -tsvg $<
clean:
-rm -f $(DEP_GRAPHS) $(UML_DIAGS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment