Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9696702
D7738.id27986.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
529 B
Subscribers
None
D7738.id27986.diff
View Options
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -30,13 +30,13 @@
make -C $* test
docs/%:
- make -C $*/docs
+ if test -e $*/docs/Makefile; then make -C $*/docs; fi
docs-assets/%:
- make -C $*/docs assets
+ if test -e $*/docs/Makefile; then make -C $*/docs assets; fi
docs-apidoc/%:
- make -C $*/docs apidoc
+ if test -e $*/docs/Makefile; then make -C $*/docs apidoc; fi
docs-clean/%:
- make -C $*/docs clean
+ if test -e $*/docs/Makefile; then make -C $*/docs clean; fi
.PHONY: update clean
update:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Aug 17, 9:05 PM (1 d, 1 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3222187
Attached To
D7738: Makefile: only try to run docs/% targets if the Makefile exists
Event Timeline
Log In to Comment