mirror of
https://github.com/MarcoEidinger/SwiftPlantUML.git
synced 2025-04-20 02:49:46 +08:00
utility command to download plantuml.jar
This commit is contained in:
parent
1b1348a55a
commit
c23f12e26b
3
Makefile
3
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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user