Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7124601
D746.id2335.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
798 B
Subscribers
None
D746.id2335.diff
View Options
diff --git a/docs/images/.gitignore b/docs/images/.gitignore
--- a/docs/images/.gitignore
+++ b/docs/images/.gitignore
@@ -1,3 +1,4 @@
py-deps-*
tasks-git-loader.svg
tasks-lister.svg
+tasks-metadata-indexers.svg
diff --git a/docs/images/Makefile b/docs/images/Makefile
--- a/docs/images/Makefile
+++ b/docs/images/Makefile
@@ -9,7 +9,12 @@
UML_DIAGS_SRC = $(wildcard *.uml)
UML_DIAGS = $(patsubst %.uml,%.svg,$(UML_DIAGS_SRC))
-all: $(DEP_GRAPHS) $(UML_DIAGS)
+EXT_IMAGES = $(filter-out $(wildcard ../../../swh-docs/docs/images/*.svg), $(wildcard ../../../swh-*/docs/images/*.svg))
+
+all: $(DEP_GRAPHS) $(UML_DIAGS) copy_images
+
+copy_images: $(EXT_IMAGES)
+ cp $(EXT_IMAGES) .
py-deps-all.dot: $(PY_DEPGRAPH) $(PY_REQUIREMENTS)
cd ../../.. ; $(CURDIR)/$(PY_DEPGRAPH) > $(CURDIR)/$@
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Dec 21 2024, 2:14 PM (11 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3216533
Attached To
D746: Copy images from other repositories
Event Timeline
Log In to Comment