Skip to content
Snippets Groups Projects

Prevent Plantuml from trying to use X.

Compare and
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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)
Loading