]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2750] limit ascii uml only to sequence diagrams
authorAndrei Pavel <andrei@isc.org>
Tue, 3 Oct 2023 17:23:11 +0000 (20:23 +0300)
committerAndrei Pavel <andrei@isc.org>
Fri, 6 Oct 2023 07:07:14 +0000 (10:07 +0300)
doc/sphinx/Makefile.am

index 967b32bc26d99bf9027573a4e5a7d0b2584180b1..1cba905c01b3d585a976a8782d6b576d7855fb60 100644 (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)