mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-29 13:07:50 +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'
|
@ printf 'WARNING: xmllint not found. SVGs not formatted.\n'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
uml-to-txt: $(umls)
|
# Only sequence diagrams support ASCII art.
|
||||||
|
uml-to-txt: uml/tkey.uml uml/update.uml
|
||||||
@ @PLANTUML@ -ttxt $^
|
@ @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
|
endif
|
||||||
|
|
||||||
EXTRA_DIST += $(umls)
|
EXTRA_DIST += $(umls)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user