From c23f12e26bdf22dbe39a79c8de436a398bf0c8f9 Mon Sep 17 00:00:00 2001 From: Marco Eidinger Date: Fri, 6 Jan 2023 16:19:05 -0800 Subject: [PATCH] utility command to download plantuml.jar --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index cb645ed..7c571f4 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,9 @@ create-and-install-man-files: $(SOURCES) mkdir -p ${DESTDIR}${mandir}/man1 cp $(BUILDDIR)/plugins/GenerateManualPlugin/outputs/swiftplantuml/swiftplantuml.1 ${DESTDIR}${mandir}/man1/swiftplantuml.1 +download-plantuml: + curl -L https://github.com/plantuml/plantuml/releases/download/v1.2022.14/plantuml.jar > plantuml.jar + build-swiftplantuml: $(SOURCES) @swift build \ -c release \