Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8393265
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
539 B
Subscribers
None
View Options
diff --git a/docs/images/Makefile b/docs/images/Makefile
index c415f79..9416888 100644
--- a/docs/images/Makefile
+++ b/docs/images/Makefile
@@ -1,21 +1,20 @@
PUMLs = $(wildcard *.puml)
PDFs = $(patsubst %.puml,%.pdf,$(PUMLs))
PNGs = $(patsubst %.puml,%.png,$(PUMLs))
SVGs = $(patsubst %.puml,%.svg,$(PUMLs))
-all: $(PNGs) $(PDFs) $(SVGs)
+all: $(PNGs) $(SVGs)
%.pdf: %.puml
plantuml -Tpdf $<
%.png: %.puml
plantuml -Tpng $<
%.svg: %.puml
plantuml -Tsvg $<
-
.PHONY: clean
clean:
rm -f $(PDFs) $(PNGs) $(SVGs)
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Jun 4 2025, 7:11 PM (9 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3246840
Attached To
rDFUSE FUSE virtual file system
Event Timeline
Log In to Comment