2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-04 16:05:17 +00:00

[#2750] limit ascii uml only to sequence diagrams

This commit is contained in:
Andrei Pavel
2023-10-03 20:23:11 +03:00
parent 6b60325359
commit d28d19eae7

View File

@@ -166,9 +166,10 @@ else
@ printf 'WARNING: xmllint not found. SVGs not formatted.\n'
endif
uml-to-txt: $(umls)
# Only sequence diagrams support ASCII art.
uml-to-txt: uml/tkey.uml uml/update.uml
@ @PLANTUML@ -ttxt $^
for txt in $(txts); do sed 's/ *$$//g' $$txt > tmp; mv tmp $$txt; done
@ for txt in $(txts); do sed 's/ *$$//g' $$txt > tmp; mv tmp $$txt; done
endif
EXTRA_DIST += $(umls)