Lines Matching full:documentation
2 # Makefile for Sphinx documentation
7 # Check for broken documentation file references
9 $(shell $(srctree)/scripts/documentation-file-ref-check --warn)
16 _SPHINXDIRS = $(patsubst $(srctree)/Documentation/%/conf.py,%,$(wildcard $(srctree)/Documentation…
64 # e.g. "media" for the linux-tv book-set at ./Documentation/media
67 cmd_sphinx = $(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/media $2 && \
118 $(Q)cd $(srctree);scripts/documentation-file-ref-check
122 $(Q)$(MAKE) BUILDDIR=$(abspath $(BUILDDIR)) $(build)=Documentation/media clean
125 @echo ' Linux kernel internal documentation in different formats from ReST:'
132 @echo ' refcheckdocs - check for references to non-existing files under Documentation'
141 @echo ' Default location for the generated documents is Documentation/output'