Lines Matching full:echo
43 HAVE_SPHINX := $(shell if which $(SPHINXBUILD) >/dev/null 2>&1; then echo 1; else echo 0; fi)
49 @echo
51 @echo " SKIP Sphinx $@ target."
84 @echo ' Linux kernel internal documentation in different formats from ReST:'
85 @echo ' htmldocs - HTML'
86 @echo ' htmldocs-redirects - generate HTML redirects for moved pages'
87 @echo ' texinfodocs - Texinfo'
88 @echo ' infodocs - Info'
89 @echo ' mandocs - Man pages'
90 @echo ' latexdocs - LaTeX'
91 @echo ' pdfdocs - PDF'
92 @echo ' epubdocs - EPUB'
93 @echo ' xmldocs - XML'
94 @echo ' linkcheckdocs - check for broken external links'
95 @echo ' (will connect to external hosts)'
96 @echo ' refcheckdocs - check for references to non-existing files under'
97 @echo ' Documentation'
98 @echo ' cleandocs - clean all generated files'
99 @echo
100 @echo ' make SPHINXDIRS="s1 s2" [target] Generate only docs of folder s1, s2'
101 @echo ' top level values for SPHINXDIRS are: $(_SPHINXDIRS)'
102 @echo ' you may also use a subdirectory like SPHINXDIRS=userspace-api/media,'
103 @echo ' provided that there is an index.rst file at the subdirectory.'
104 @echo
105 @echo ' make DOCS_THEME={sphinx-theme} selects a different Sphinx theme.'
106 @echo
107 @echo ' make DOCS_CSS={a .css file} adds a DOCS_CSS override file for html/epub output.'
108 @echo
109 @echo ' make PAPER={a4|letter} Specifies the paper size used for LaTeX/PDF output.'
110 @echo
111 @echo ' make FONTS_CONF_DENY_VF={path} sets a deny list to block variable Noto CJK fonts'
112 @echo ' for PDF build. See tools/lib/python/kdoc/latex_fonts.py for more details'
113 @echo
114 @echo ' Default location for the generated documents is Documentation/output'