From: Francis Dupont Date: Sat, 18 Jul 2020 19:42:58 +0000 (+0200) Subject: [#1329] Added regen rule X-Git-Tag: Kea-1.8.0~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f08fc6009e4e677efb74a0d3dcffa1ef8a06d78;p=thirdparty%2Fkea.git [#1329] Added regen rule --- diff --git a/doc/devel/Makefile.am b/doc/devel/Makefile.am index 2648dcd451..fa69b683f9 100644 --- a/doc/devel/Makefile.am +++ b/doc/devel/Makefile.am @@ -42,3 +42,11 @@ devel: clean-local: rm -rf html + +if HAVE_PLANTUML +.uml.png: + @PLANTUML@ $< + +.uml.svg: + @PLANTUML@ -svg $< +endif