Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9126108
D4251.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
772 B
Subscribers
None
D4251.diff
View Options
diff --git a/docs/Makefile b/docs/Makefile
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -28,12 +28,13 @@
touch $@
apidoc: apidoc-stamp
-apidoc-stamp: links-stamp images-stamp
+apidoc-stamp: links-stamp
$(SPHINXAPIDOC) --implicit-namespaces $(APIDOC_OPTS) -o $(APIDOC_DIR) $(SWHPKGDIR) $(APIDOC_SWH_EXCLUDES)
touch $@
images-stamp:
$(MAKE) -C images
+ $(MAKE) -C swh-deposit/images
touch $@
# Build documentation recursively in all packages, to make sure that auxiliary,
@@ -68,4 +69,4 @@
find $(INSTALL_DIR) -not -perm -ug=rw,o=r -exec chmod -v ug+rw,o+r {} + ; \
find $(INSTALL_DIR) -type d -not -perm -g=xs,ou=x -exec chmod -v g+xs,ou+x {} +"
-.PHONY: help html clean distclean install
+.PHONY: help html clean distclean install images-stamp
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 20 2025, 9:43 PM (4 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3217932
Attached To
D4251: Makefile: make images in swh-deposit/docs/images.
Event Timeline
Log In to Comment