2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[#1329] Added regen rule

This commit is contained in:
Francis Dupont
2020-07-18 21:42:58 +02:00
parent 6cceeac37e
commit 8f08fc6009

View File

@@ -42,3 +42,11 @@ devel:
clean-local: clean-local:
rm -rf html rm -rf html
if HAVE_PLANTUML
.uml.png:
@PLANTUML@ $<
.uml.svg:
@PLANTUML@ -svg $<
endif