Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9697025
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
View Options
diff --git a/Makefile.sphinx b/Makefile.sphinx
index 0436240..73cd6a4 100644
--- a/Makefile.sphinx
+++ b/Makefile.sphinx
@@ -1,35 +1,38 @@
# Makefile to be included by other modules, from the TOPLEVEL/docs/ dir, to
# automatically build sphinx documentation.
APIDOC_DIR = apidoc
APIDOC_OPTS = --implicit-namespaces
SPHINX_OPTS =
SPHINX_BUILDDIR = _build
SPHINX_SRCDIR = .
# relative to docs/ dir. Hence "." exclude the docs/ dir itself
-APIDOC_EXCLUDES = . ../setup.py '../swh/*/tests/*' '../swh/*/*/tests/*' '../swh/*/*/*/tests/*'
+APIDOC_EXCLUDES =
+APIDOC_EXCLUDES += . ../setup.py
+APIDOC_EXCLUDES += '../swh/*/tests/*' '../swh/*/*/tests/*' '../swh/*/*/*/tests/*'
+APIDOC_EXCLUDES += '../bin/*'
html: sphinx/html
help: sphinx/help
sphinx/clean:
sphinx-build -M clean $(SPHINX_SRCDIR) $(SPHINX_BUILDDIR) $(SPHINXOPTS)
sphinx/%: apidoc-stamp
sphinx-build -M $* $(SPHINX_SRCDIR) $(SPHINX_BUILDDIR) $(SPHINXOPTS)
apidoc: apidoc-stamp
apidoc-stamp:
sphinx-apidoc $(APIDOC_OPTS) -o $(APIDOC_DIR) .. $(APIDOC_EXCLUDES)
touch $@
.PHONY: clean clean-apidoc
clean: sphinx/clean clean-apidoc
clean-apidoc:
rm -rf $(APIDOC_DIR)
rm -f *-stamp
# Local Variables:
# mode: makefile
# End:
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Aug 18, 10:31 PM (6 d, 16 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3255585
Attached To
rDDOC Development documentation
Event Timeline
Log In to Comment