Page MenuHomeSoftware Heritage

No OneTemporary

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

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

Event Timeline