]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3919] Meson: Fix uml target
authorAndrei Pavel <andrei@isc.org>
Fri, 20 Jun 2025 08:20:03 +0000 (11:20 +0300)
committerAndrei Pavel <andrei@isc.org>
Fri, 20 Jun 2025 11:17:23 +0000 (14:17 +0300)
doc/sphinx/make-uml.sh.in
doc/sphinx/meson.build

index a0540252ecdebbb6762dfd0b509f1fc8779431fd..4588b3782e79f1b66b2096db807149db6fd38090 100755 (executable)
@@ -2,7 +2,7 @@
 
 set -eu
 
-cd '@srcdir@'
+cd '@srcdir@/uml'
 
 if test '@HAVE_PLANTUML@' = 'no'; then
     exit 0
index c68edc220e943c247a230eaf97df5853fc508089..74ba705548c2e12ad404df5de05aa4f02a49b1e8 100644 (file)
@@ -100,7 +100,7 @@ if XMLLINT.found()
 else
     doc_conf.set('HAVE_XMLLINT', 'no')
 endif
-tumls = ['uml/tkey.uml', 'uml/update.uml']
+tumls = ['tkey.uml', 'update.uml']
 doc_conf.set('tumls', ' '.join(tumls))
 doc_conf.set('txts', ' '.join(txts))
 if PIP_COMPILE.found()