mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-28 20:47:48 +00:00
[#2750] limit ascii uml only to sequence diagrams
This commit is contained in:
parent
6b60325359
commit
d28d19eae7
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user