From e7c42f6cc63557ac4a94ea0c806fa84be7e17a49 Mon Sep 17 00:00:00 2001 From: Don Brutzman <brutzman@nps.edu> Date: Wed, 25 Mar 2020 21:58:50 -0700 Subject: [PATCH] include .svg Extrusion crossSection diagram in clean.htmlPrettyPrintDocumentation --- build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build.xml b/build.xml index 3fac5f5a69..87fc981ad3 100644 --- a/build.xml +++ b/build.xml @@ -729,6 +729,7 @@ Key references: select="\3"/> <!-- <echo>delete ${relative.path1}/${relative.path2}/${name.short}.html</echo> --> <delete file="${relative.path1}/${relative.path2}/${name.short}.html"/> + <delete file="${relative.path1}/${relative.path2}/${name.short}.svg"/><!-- Extrusion crossSection diagram --> </sequential> </for> <echo message="consider clean.SVG if crossSection figures also need removal"/> -- GitLab